Class StringMapAdapter.Entry

  • Enclosing class:
    StringMapAdapter

    public static final class StringMapAdapter.Entry
    extends java.lang.Object
    • Field Summary

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

      Constructors 
      Constructor Description
      Entry()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • key

        public java.lang.String key
      • value

        public java.lang.String value
    • Constructor Detail

      • Entry

        public Entry()