Uses of Interface
org.eclipse.collections.api.block.comparator.primitive.LongComparator
Packages that use LongComparator
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 LongComparator in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type LongComparatorModifier and TypeMethodDescriptiondefault MutableLongList
LongIterable.toSortedList
(LongComparator comparator) Converts the collection to a MutableLongList implementation sorted using the provided comparator. -
Uses of LongComparator in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive with parameters of type LongComparatorModifier and TypeMethodDescriptiondefault MutableLongList
MutableLongList.sortThis
(LongComparator comparator) Sorts the internal data structure of this list and returns the list itself as a convenience. -
Uses of LongComparator in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type LongComparatorModifier and TypeMethodDescriptionLongArrayList.sortThis
(LongComparator comparator) SynchronizedLongList.sortThis
(LongComparator comparator) -
Uses of LongComparator in org.eclipse.collections.impl.utility.primitive
Methods in org.eclipse.collections.impl.utility.primitive with parameters of type LongComparatorModifier and TypeMethodDescriptionprivate static void
LongQuickSort.insertionSort
(long[] array, int left, int right, LongComparator comparator) static void
LongQuickSort.sort
(long[] array, int left, int right, LongComparator comparator)