Class AbstractByteComparator
java.lang.Object
it.unimi.dsi.fastutil.bytes.AbstractByteComparator
- All Implemented Interfaces:
ByteComparator,Serializable,Comparator<Byte>
@Deprecated
public abstract class AbstractByteComparator
extends Object
implements ByteComparator, Serializable
Deprecated.
An abstract class facilitating the creation of type-specific comparators.
- See Also:
-
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface it.unimi.dsi.fastutil.bytes.ByteComparator
compare, compare, reversed, thenComparing, thenComparingMethods inherited from interface java.util.Comparator
equals, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
fastutil8 this class is no longer necessary, as its only previous abstract method is now a default method of the type-specific interface.