|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface KeyValuePair
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 | |
|---|---|
java.lang.Object |
getKey()
Get the Key of the Pair. |
java.lang.Object |
getValue()
Get the Value of the Pair. |
| Method Detail |
|---|
java.lang.Object getKey()
java.lang.Object getValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||