Class BasicSortedListModel.SortedListEntry

java.lang.Object
be.gaudry.swing.component.jlist.BasicSortedListModel.SortedListEntry
All Implemented Interfaces:
Comparable
Enclosing class:
BasicSortedListModel

class BasicSortedListModel.SortedListEntry extends Object implements Comparable
  • Constructor Details

    • SortedListEntry

      public SortedListEntry(int index)
  • Method Details

    • getIndex

      public int getIndex()
    • setIndex

      public void setIndex(int index)
    • compareTo

      public int compareTo(Object o)
      Specified by:
      compareTo in interface Comparable