Package org.eclipse.collections.impl.block.comparator
This package contains implementations of the
SerializableComparator interface.
This package contains the following implementations:
-
FunctionComparator- a simpleComparatorthat uses aFunction.
-
Class Summary Class Description FunctionComparator<T,V> SimpleComparatorthat uses aFunctionto select a value from the underlying object and compare it against a known value to determine ordering.