Package org.ini4j
Interface MultiMap<K,V>
- All Superinterfaces:
Map<K,
V>
- All Known Subinterfaces:
OptionMap
,Profile
,Profile.Section
,Registry
,Registry.Key
- All Known Implementing Classes:
BasicMultiMap
,BasicOptionMap
,BasicProfile
,BasicRegistry
,CommonMultiMap
,Ini
,Options
,Reg
,Wini
-
Nested Class Summary
-
Method Summary
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Method Details
-
getAll
-
add
-
add
-
get
-
length
-
put
-
putAll
-
remove
-