Uses of Interface
org.eclipse.collections.api.block.comparator.primitive.DoubleComparator
-
Packages that use DoubleComparator 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 DoubleComparator in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type DoubleComparator Modifier and Type Method Description default MutableDoubleListDoubleIterable. toSortedList(DoubleComparator comparator)Converts the collection to a MutableDoubleList implementation sorted using the provided comparator. -
Uses of DoubleComparator in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive with parameters of type DoubleComparator Modifier and Type Method Description default MutableDoubleListMutableDoubleList. sortThis(DoubleComparator comparator)Sorts the internal data structure of this list and returns the list itself as a convenience. -
Uses of DoubleComparator in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type DoubleComparator Modifier and Type Method Description DoubleArrayListDoubleArrayList. sortThis(DoubleComparator comparator)MutableDoubleListSynchronizedDoubleList. sortThis(DoubleComparator comparator) -
Uses of DoubleComparator in org.eclipse.collections.impl.utility.primitive
Methods in org.eclipse.collections.impl.utility.primitive with parameters of type DoubleComparator Modifier and Type Method Description private static voidDoubleQuickSort. insertionSort(double[] array, int left, int right, DoubleComparator comparator)static voidDoubleQuickSort. sort(double[] array, int left, int right, DoubleComparator comparator)
-