Uses of Interface
org.eclipse.collections.api.block.comparator.primitive.IntComparator
-
Packages that use IntComparator Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.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 IntComparator in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type IntComparator Modifier and Type Method Description default MutableIntListIntIterable. toSortedList(IntComparator comparator)Converts the collection to a MutableIntList implementation sorted using the provided comparator. -
Uses of IntComparator in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive with parameters of type IntComparator Modifier and Type Method Description default MutableIntListMutableIntList. sortThis(IntComparator comparator)Sorts the internal data structure of this list and returns the list itself as a convenience. -
Uses of IntComparator in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type IntComparator Modifier and Type Method Description IntArrayListIntArrayList. sortThis(IntComparator comparator)MutableIntListSynchronizedIntList. sortThis(IntComparator comparator) -
Uses of IntComparator in org.eclipse.collections.impl.utility.primitive
Methods in org.eclipse.collections.impl.utility.primitive with parameters of type IntComparator Modifier and Type Method Description private static voidIntQuickSort. insertionSort(int[] array, int left, int right, IntComparator comparator)static voidIntQuickSort. sort(int[] array, int left, int right, IntComparator comparator)
-