Package VASSAL.tools

Interface Sort.Comparator

All Known Implementing Classes:
Sort.Alpha
Enclosing class:
Sort

@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.