Class IndexKey


  • public class IndexKey
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      IndexKey​(java.lang.String key, boolean ascending)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getKey()  
      boolean isAscending()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • IndexKey

        public IndexKey​(java.lang.String key,
                        boolean ascending)
    • Method Detail

      • getKey

        public java.lang.String getKey()
      • isAscending

        public boolean isAscending()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object