Class TableSorter.Directive

  • Enclosing class:
    TableSorter

    private static class TableSorter.Directive
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int column  
      private int direction  
    • Constructor Summary

      Constructors 
      Constructor Description
      Directive​(int column, int direction)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • column

        private int column
      • direction

        private int direction
    • Constructor Detail

      • Directive

        public Directive​(int column,
                         int direction)