Class Entry

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Object key  
      java.lang.Object value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Entry()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object compare()
      return the Object to be compared during query evaluation.
      • Methods inherited from class java.lang.Object

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

      • key

        public java.lang.Object key
      • value

        public java.lang.Object value
    • Constructor Detail

      • Entry

        public Entry()
    • Method Detail

      • compare

        public java.lang.Object compare()
        Description copied from interface: Compare
        return the Object to be compared during query evaluation.
        Specified by:
        compare in interface Compare