Uses of Interface
org.eclipse.collections.api.block.comparator.primitive.ByteComparator
Packages that use ByteComparator
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains mutable and immutable primitive list API.
This package contains implementations of the mutable primitive list interfaces.
-
Uses of ByteComparator in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type ByteComparatorModifier and TypeMethodDescriptiondefault MutableByteList
ByteIterable.toSortedList
(ByteComparator comparator) Converts the collection to a MutableByteList implementation sorted using the provided comparator. -
Uses of ByteComparator in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive with parameters of type ByteComparatorModifier and TypeMethodDescriptiondefault MutableByteList
MutableByteList.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 ByteComparatorModifier and TypeMethodDescriptionByteArrayList.sortThis
(ByteComparator comparator) SynchronizedByteList.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 ByteComparatorModifier and TypeMethodDescriptionstatic void
ByteQuickSort.sort
(byte[] array, int left, int right, ByteComparator comparator)