public static class KVList.Pair
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
key
the key
|
private KVList.Value |
value
the value
|
Constructor and Description |
---|
Pair(java.lang.String theKey,
KVList.Value theValue)
constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey()
return the key
|
KVList.Value |
getValue()
return the value
|
private java.lang.String key
private KVList.Value value
public Pair(java.lang.String theKey, KVList.Value theValue)
theKey
- the keytheValue
- the valuepublic java.lang.String getKey()
public KVList.Value getValue()
Copyright © 2005-2013 Knipp Medien und Kommunikation GmbH