Package org.powermock.core
Class ListMap.SimpleEntry<K,V>
- java.lang.Object
-
- org.powermock.core.ListMap.SimpleEntry<K,V>
-
-
Constructor Summary
Constructors Constructor Description SimpleEntry(K key, V value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description K
getKey()
V
getValue()
V
setValue(V value)
-