Package org.ini4j

Class CommonMultiMap<K,​V>

    • Nested Class Summary

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

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

      Constructors 
      Constructor Description
      CommonMultiMap()  
    • Constructor Detail

      • CommonMultiMap

        public CommonMultiMap()
    • Method Detail

      • clear

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

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

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

        public V remove​(Object key)
        Specified by:
        remove in interface Map<K,​V>
        Overrides:
        remove in class BasicMultiMap<K,​V>