Package org.eclipse.collections.impl.block.comparator
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.
-
ClassesClassDescriptionFunctionComparator<T,
V> SimpleComparatorthat uses aFunctionto select a value from the underlying object and compare it against a known value to determine ordering.