Class DoubleFunctionComparator<T>
java.lang.Object
org.eclipse.collections.impl.block.comparator.primitive.DoubleFunctionComparator<T>
- All Implemented Interfaces:
Serializable
,Comparator<T>
,SerializableComparator<T>
A Comparator which takes a DoubleFunction to compare a primitive double value retrieved from an object.
This file was automatically generated from template file primitiveFunctionComparator.stg.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
function
-
-
Constructor Details
-
DoubleFunctionComparator
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<T>
-