Class CommonMultiMap<K,V>
Object
org.ini4j.BasicMultiMap<K,V>
org.ini4j.CommonMultiMap<K,V>
- All Implemented Interfaces:
Serializable, Map<K,V>, CommentedMap<K, V>, MultiMap<K, V>
- Direct Known Subclasses:
BasicOptionMap, BasicProfile
- See Also:
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class BasicMultiMap
add, add, containsKey, containsValue, entrySet, get, get, getAll, isEmpty, keySet, length, put, put, putAll, size, toString, valuesMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Map
compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putIfAbsent, remove, replace, replace, replaceAll, size, values
-
Constructor Details
-
CommonMultiMap
public CommonMultiMap()
-
-
Method Details
-
getComment
- Specified by:
getCommentin interfaceCommentedMap<K,V>
-
clear
-
putAll
-
putComment
- Specified by:
putCommentin interfaceCommentedMap<K,V>
-
remove
-
remove
-
removeComment
- Specified by:
removeCommentin interfaceCommentedMap<K,V>
-