public class FunctionComparator<T,V>
extends java.lang.Object
implements com.gs.collections.api.block.SerializableComparator<T>
Comparator that uses a Function
to select a value from the underlying object and compare it against a known value to determine ordering.| Constructor and Description |
|---|
FunctionComparator(com.gs.collections.api.block.function.Function<? super T,? extends V> function,
java.util.Comparator<V> comparator) |