DATATYPE - The data type to be compared@NotThreadSafe public interface ISerializableComparator<DATATYPE> extends Comparator<DATATYPE>, Serializable
Comparator and Serializable
for easier reuse since Comparators should be Serializable.compare, equalsCopyright © 2014–2015 Philip Helger. All rights reserved.