Uses of Interface
org.eclipse.collections.api.block.comparator.primitive.ByteComparator
| Package | Description |
|---|---|
| org.eclipse.collections.api.list.primitive |
This package contains mutable and immutable primitive list API.
|
| org.eclipse.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
| org.eclipse.collections.impl.utility.primitive |
-
Uses of ByteComparator in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive with parameters of type ByteComparator Modifier and Type Method Description default MutableByteListMutableByteList. sortThis(ByteComparator comparator)Sorts the internal data structure of this list and returns the list itself as a convenience. -
Uses of ByteComparator in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type ByteComparator Modifier and Type Method Description ByteArrayListByteArrayList. sortThis(ByteComparator comparator)MutableByteListSynchronizedByteList. sortThis(ByteComparator comparator) -
Uses of ByteComparator in org.eclipse.collections.impl.utility.primitive
Methods in org.eclipse.collections.impl.utility.primitive with parameters of type ByteComparator Modifier and Type Method Description static voidByteQuickSort. sort(byte[] array, int left, int right, ByteComparator comparator)