Package VASSAL.tools

Interface Sort.Comparator

All Known Implementing Classes:
Sort.Alpha
Enclosing class:
Sort
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface @Deprecated public static interface Sort.Comparator
Deprecated.
Use Comparator instead.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    compare​(Object o1, Object o2)
    Deprecated.
     
  • Method Details

    • compare

      int compare(Object o1, Object o2)
      Deprecated.