Class StringMapAdapter.MapElement

  • Enclosing class:
    StringMapAdapter

    public static class StringMapAdapter.MapElement
    extends java.lang.Object
    • Constructor Summary

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

      • 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.String value)