Class QueryResults.Row

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<java.lang.String> getKeys()  
      java.lang.Object getKeyValue​(java.lang.String aKey)  
      • Methods inherited from class java.lang.Object

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

      • getKeyValue

        public java.lang.Object getKeyValue​(java.lang.String aKey)
        Specified by:
        getKeyValue in interface RMKey.Get
      • getKeys

        public java.util.Collection<java.lang.String> getKeys()
        Specified by:
        getKeys in interface RMKey.KeyMap