Class TableSorter.Row

  • All Implemented Interfaces:
    java.lang.Comparable
    Enclosing class:
    TableSorter

    private class TableSorter.Row
    extends java.lang.Object
    implements java.lang.Comparable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int modelIndex  
    • Constructor Summary

      Constructors 
      Constructor Description
      Row​(int index)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compareTo​(java.lang.Object o)  
      • Methods inherited from class java.lang.Object

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

      • modelIndex

        private int modelIndex
    • Constructor Detail

      • Row

        public Row​(int index)
    • Method Detail

      • compareTo

        public int compareTo​(java.lang.Object o)
        Specified by:
        compareTo in interface java.lang.Comparable