Package org.ini4j

Class CommonMultiMap<K,​V>

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface java.util.Map

        java.util.Map.Entry<K extends java.lang.Object,​V extends java.lang.Object>
    • Constructor Summary

      Constructors 
      Constructor Description
      CommonMultiMap()  
    • Constructor Detail

      • CommonMultiMap

        public CommonMultiMap()
    • Method Detail

      • getComment

        public java.lang.String getComment​(java.lang.Object key)
        Specified by:
        getComment in interface CommentedMap<K,​V>
      • clear

        public void clear()
        Specified by:
        clear in interface java.util.Map<K,​V>
        Overrides:
        clear in class BasicMultiMap<K,​V>
      • putAll

        public void putAll​(java.util.Map<? extends K,​? extends V> map)
        Specified by:
        putAll in interface java.util.Map<K,​V>
        Overrides:
        putAll in class BasicMultiMap<K,​V>
      • putComment

        public java.lang.String putComment​(K key,
                                           java.lang.String comment)
        Specified by:
        putComment in interface CommentedMap<K,​V>
      • remove

        public V remove​(java.lang.Object key)
        Specified by:
        remove in interface java.util.Map<K,​V>
        Overrides:
        remove in class BasicMultiMap<K,​V>
      • removeComment

        public java.lang.String removeComment​(java.lang.Object key)
        Specified by:
        removeComment in interface CommentedMap<K,​V>