|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A Datum
is the pair (key, value). Datum
are like java.util.Map.Entry
objects that carry 'good'
data.
Method Summary | |
java.lang.Object |
getKey()
Returns the key to which this data is associated. |
java.lang.Object |
getValue()
Returns the value under the stated key. |
Method Detail |
public java.lang.Object getKey()
public java.lang.Object getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |