K - the type of keysV - the type of valuespublic abstract class AbstractKeyValue<K,V> extends Object implements KeyValue<K,V>
KeyValue
and Map.Entry implementations.| Modifier and Type | Method and Description |
|---|---|
K |
getKey()
Gets the key from the pair.
|
V |
getValue()
Gets the value from the pair.
|
String |
toString()
Gets a debugging String view of the pair.
|
Copyright © 2010 - 2020 Adobe. All Rights Reserved