Package it.unimi.dsi.fastutil.doubles
Class AbstractDoubleComparator
java.lang.Object
it.unimi.dsi.fastutil.doubles.AbstractDoubleComparator
- All Implemented Interfaces:
DoubleComparator,java.io.Serializable,java.util.Comparator<java.lang.Double>
@Deprecated public abstract class AbstractDoubleComparator extends java.lang.Object implements DoubleComparator, java.io.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:
Comparator, Serialized Form
-
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongMethods inherited from interface it.unimi.dsi.fastutil.doubles.DoubleComparator
compare, compare, reversed, thenComparing, thenComparing