Class HStore

  • All Implemented Interfaces:
    Serializable, Cloneable, Map<String,​String>

    public class HStore
    extends HashMap<String,​String>
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class AbstractMap

        AbstractMap.SimpleEntry<K extends Object,​V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,​V extends Object>
      • Nested classes/interfaces inherited from interface Map

        Map.Entry<K extends Object,​V extends Object>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String TYPENAME  
    • Constructor Summary

      Constructors 
      Constructor Description
      HStore​(Map<String,​String> map)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String toString()  
      • Methods inherited from class HashMap

        clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
      • Methods inherited from class AbstractMap

        equals, hashCode
      • Methods inherited from class Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface Map

        equals, hashCode
    • Constructor Detail

      • HStore

        public HStore​(Map<String,​String> map)
    • Method Detail

      • toString

        public String toString()
        Overrides:
        toString in class AbstractMap<String,​String>