Interface SerializableComparator<T>

  • Type Parameters:
    T - type of values being compared
    All Superinterfaces:
    java.util.Comparator<T>, java.io.Serializable
    All Known Implementing Classes:
    KV.OrderByKey, KV.OrderByValue

    public interface SerializableComparator<T>
    extends java.util.Comparator<T>, java.io.Serializable
    A Comparator that is also Serializable.
    • Method Summary

      • Methods inherited from interface java.util.Comparator

        compare, equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong