Uses of Interface
org.eclipse.collections.api.block.comparator.primitive.ShortComparator
Packages that use ShortComparator
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 ShortComparator in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type ShortComparatorModifier and TypeMethodDescriptiondefault MutableShortList
ShortIterable.toSortedList
(ShortComparator comparator) Converts the collection to a MutableShortList implementation sorted using the provided comparator. -
Uses of ShortComparator in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive with parameters of type ShortComparatorModifier and TypeMethodDescriptiondefault MutableShortList
MutableShortList.sortThis
(ShortComparator comparator) Sorts the internal data structure of this list and returns the list itself as a convenience. -
Uses of ShortComparator in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type ShortComparatorModifier and TypeMethodDescriptionShortArrayList.sortThis
(ShortComparator comparator) SynchronizedShortList.sortThis
(ShortComparator comparator) -
Uses of ShortComparator in org.eclipse.collections.impl.utility.primitive
Methods in org.eclipse.collections.impl.utility.primitive with parameters of type ShortComparatorModifier and TypeMethodDescriptionstatic void
ShortQuickSort.sort
(short[] array, int left, int right, ShortComparator comparator)