com.ebay.erl.mobius.util
Interface SerializableComparator<T>
- Type Parameters:
T
- the type of objects that may be compared by this comparator
- All Superinterfaces:
- java.util.Comparator<T>, java.io.Serializable
public interface SerializableComparator<T>
- extends java.io.Serializable, java.util.Comparator<T>
A serializable comparator.
This product is licensed under the Apache License, Version 2.0,
available at http://www.apache.org/licenses/LICENSE-2.0.
This product contains portions derived from Apache hadoop which is
licensed under the Apache License, Version 2.0, available at
http://hadoop.apache.org.
© 2007 – 2012 eBay Inc., Evan Chiu, Woody Zhou, Neel Sundaresan
Methods inherited from interface java.util.Comparator |
compare, equals |