Package org.ini4j
Class BasicMultiMap<K,V>
Object
BasicMultiMap<K,V>
- All Implemented Interfaces:
Serializable
,Map<K,
,V> MultiMap<K,
V>
- Direct Known Subclasses:
CommonMultiMap
- See Also:
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
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, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
BasicMultiMap
public BasicMultiMap() -
BasicMultiMap
-
-
Method Details
-
getAll
-
isEmpty
-
add
-
add
-
clear
-
containsKey
- Specified by:
containsKey
in interfaceMap<K,
V>
-
containsValue
- Specified by:
containsValue
in interfaceMap<K,
V>
-
entrySet
-
get
-
get
-
keySet
-
length
-
put
-
put
-
putAll
-
putAll
-
remove
-
remove
-
size
-
toString
-
values
-