ListGenericExtension<T> extension
- on
-
- List<
T>
- List<
Methods
-
asUnmodifiableListView(
) → UnmodifiableListView< T> -
Returns an unmodifiable view of
this
instance. -
copy(
) → List< T> - Returns a copy of this List.
-
copyTo(
int srcOffset, List< T> dst, int dstOffset, int length) → void -
Copy
length
fromsrcOffset
ofthis
List todst
atdstOffset
. -
reverseChunks(
int chunkSize) → List< T> -
Returns a copy of this List with
chunks of length
chunkSize
in reversed order. -
reversedList(
) → List< T> -
Returns a copy of this instance as a reversed List of
T
.