Package org.ini4j
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 org.ini4j.BasicMultiMap
add, add, containsKey, containsValue, entrySet, get, get, getAll, isEmpty, keySet, length, put, put, putAll, size, toString, values
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.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:
getComment
in interfaceCommentedMap<K,
V>
-
clear
public void clear() -
putAll
-
putComment
- Specified by:
putComment
in interfaceCommentedMap<K,
V>
-
remove
-
remove
-
removeComment
- Specified by:
removeComment
in interfaceCommentedMap<K,
V>
-