Package org.ini4j
Class BasicMultiMap<K,V>
Object
org.ini4j.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
public boolean isEmpty() -
add
-
add
-
clear
public void 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
public int size() -
toString
-
values
-