Class StringArrayMap<V>
java.lang.Object
org.apache.felix.utils.collections.StringArrayMap<V>
-
Nested Class Summary
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
table
-
size
protected int size
-
-
Constructor Details
-
StringArrayMap
-
StringArrayMap
public StringArrayMap() -
StringArrayMap
public StringArrayMap(int capacity)
-
-
Method Details
-
reduceMemory
-
get
-
put
-
doPut
-
keySet
-
values
-
entrySet
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKey
in interfaceMap<String,
V>
-
containsValue
- Specified by:
containsValue
in interfaceMap<String,
V>
-
remove
-
putAll
-
clear
public void clear() -
hashCode
public int hashCode() -
equals
-
toString
-