Class BaseDocument.Entry

  • Enclosing class:
    BaseDocument

    public static class BaseDocument.Entry
    extends java.lang.Object
    Represents a key-value pair in the document.
    • Constructor Summary

      Constructors 
      Constructor Description
      Entry​(java.lang.String key, java.lang.Object value)  
    • Method Summary

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

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

      • Entry

        public Entry​(java.lang.String key,
                     java.lang.Object value)
    • Method Detail

      • getKey

        public java.lang.String getKey()
      • getValue

        public java.lang.Object getValue()