Package org.eclipse.collections.impl.block.comparator

This package contains implementations of the SerializableComparator interface.

This package contains the following implementations:

  • Class Summary 
    Class Description
    FunctionComparator<T,​V>
    Simple Comparator that uses a Function to select a value from the underlying object and compare it against a known value to determine ordering.