Package it.unimi.dsi.fastutil.shorts
Class AbstractShortComparator
- java.lang.Object
-
- it.unimi.dsi.fastutil.shorts.AbstractShortComparator
-
- All Implemented Interfaces:
ShortComparator
,Serializable
,Comparator<Short>
@Deprecated public abstract class AbstractShortComparator extends Object implements ShortComparator, 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, wait
-
Methods inherited from interface java.util.Comparator
equals, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Methods inherited from interface it.unimi.dsi.fastutil.shorts.ShortComparator
compare, compare, reversed, thenComparing, thenComparing
-
-