Class AbstractDoubleComparator

java.lang.Object
it.unimi.dsi.fastutil.doubles.AbstractDoubleComparator
All Implemented Interfaces:
DoubleComparator, Serializable, Comparator<Double>

@Deprecated public abstract class AbstractDoubleComparator extends Object implements DoubleComparator, Serializable
Deprecated.
As of fastutil 8 this class is no longer necessary, as its only previous abstract method is now a default method of the type-specific interface.
An abstract class facilitating the creation of type-specific comparators.
See Also: