ListGenericExtension<T> extension

on

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 from srcOffset of this List to dst at dstOffset.
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.