|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.knipp.rritoolkit.KVList.Pair
public static class KVList.Pair
small class holding a key value pair (used for the iterator
Field Summary | |
---|---|
private java.lang.String |
key
the key |
private KVList.Value |
value
the value |
Constructor Summary | |
---|---|
KVList.Pair(java.lang.String theKey,
KVList.Value theValue)
constructor |
Method Summary | |
---|---|
java.lang.String |
getKey()
return the key |
KVList.Value |
getValue()
return the value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.String key
private KVList.Value value
Constructor Detail |
---|
public KVList.Pair(java.lang.String theKey, KVList.Value theValue)
theKey
- the keytheValue
- the valueMethod Detail |
---|
public java.lang.String getKey()
public KVList.Value getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |