Uses of Interface
org.eclipse.collections.api.block.comparator.primitive.FloatComparator
Packages that use FloatComparator
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains mutable and immutable primitive list API.
-
Uses of FloatComparator in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type FloatComparatorModifier and TypeMethodDescriptiondefault MutableFloatListFloatIterable.toSortedList(FloatComparator comparator) Converts the collection to a MutableFloatList implementation sorted using the provided comparator. -
Uses of FloatComparator in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive with parameters of type FloatComparatorModifier and TypeMethodDescriptiondefault MutableFloatListMutableFloatList.sortThis(FloatComparator comparator) Sorts the internal data structure of this list and returns the list itself as a convenience.