
Public Member Functions | |
| List< E > | subList (int fromIndex, int toIndex) |
Package Functions | |
| RandomAccessSubList (NSMutableArray< E > list, int fromIndex, int toIndex) | |
| RandomAccessSubList | ( | NSMutableArray< E > | list, | |
| int | fromIndex, | |||
| int | toIndex | |||
| ) | [package] |
| List<E> subList | ( | int | fromIndex, | |
| int | toIndex | |||
| ) |
Reimplemented from SubList< E >.
1.5.8