Class SortIndex.Entry

  • All Implemented Interfaces:
    java.lang.Comparable<SortIndex.Entry>
    Enclosing class:
    SortIndex<T>

    private class SortIndex.Entry
    extends java.lang.Object
    implements java.lang.Comparable<SortIndex.Entry>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int idx  
      (package private) T item  
    • Constructor Summary

      Constructors 
      Constructor Description
      Entry​(int idx, T item)  
    • Field Detail

      • idx

        final int idx
      • item

        final T item
    • Constructor Detail

      • Entry

        Entry​(int idx,
              T item)