|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KeyValuePair<K,V>
This interface is implemented by some classes like PersistantObject, which have a unique key (object id) and a value - the object itself or a string representation. We use it for representing objects in select lists.
Method Summary | |
---|---|
K |
getKey()
Get the Key of the Pair. |
V |
getValue()
Get the Value of the Pair. |
Method Detail |
---|
K getKey()
V getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |