Class IndexKey

java.lang.Object
de.bwaldvogel.mongo.backend.IndexKey

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

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

    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 Details

    • IndexKey

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

    • getKey

      public java.lang.String getKey()
    • isAscending

      public boolean isAscending()
    • toString

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