Package org.powermock.core
Class ListMap<K,V>
java.lang.Object
org.powermock.core.ListMap<K,V>
- All Implemented Interfaces:
Map<K,V>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()booleanisEmpty()keySet()voidintsize()values()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
entries
-
-
Constructor Details
-
ListMap
public ListMap()
-
-
Method Details
-
remove
-
clear
public void clear() -
get
-
put
-
containsKey
- Specified by:
containsKeyin interfaceMap<K,V>
-
containsValue
- Specified by:
containsValuein interfaceMap<K,V>
-
entrySet
-
isEmpty
public boolean isEmpty() -
keySet
-
putAll
-
size
public int size() -
values
-