Class TableComparators


  • public class TableComparators
    extends java.lang.Object
    A utility class for tables to use when sorting
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int compareWithNullValues​(java.lang.Object o1, java.lang.Object o2)  
      static <T> java.util.Comparator<T> getNoSortComparator()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TableComparators

        public TableComparators()
    • Method Detail

      • getNoSortComparator

        public static <T> java.util.Comparator<T> getNoSortComparator()
      • compareWithNullValues

        public static int compareWithNullValues​(java.lang.Object o1,
                                                java.lang.Object o2)