public abstract class AbstractKeyValue extends java.lang.Object implements KeyValue
KeyValue
and Map.Entry
implementations.Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getKey()
Gets the key from the pair.
|
java.lang.Object |
getValue()
Gets the value from the pair.
|
java.lang.String |
toString()
Gets a debugging String view of the pair.
|
public java.lang.Object getKey()
public java.lang.Object getValue()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2010 - 2020 Adobe. All Rights Reserved