Class MapElement


  • public final class MapElement
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MapElement()  
      MapElement​(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()  
      void setKey​(java.lang.String key)  
      void setValue​(java.lang.Object value)  
      • Methods inherited from class java.lang.Object

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

      • MapElement

        public MapElement()
      • MapElement

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

      • setKey

        public void setKey​(java.lang.String key)
      • getKey

        public java.lang.String getKey()
      • getValue

        public java.lang.Object getValue()
      • setValue

        public void setValue​(java.lang.Object value)