|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.intel.gpe.util.sets.MapItem<Key,Value>
public class MapItem<Key,Value>
The representation of an item for the standard map editor.
| Constructor Summary | |
|---|---|
MapItem(Key key,
Value value)
Deprecated. Create the entry |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Deprecated. |
Key |
getKey()
Deprecated. |
Value |
getValue()
Deprecated. |
void |
setKey(Key key)
Deprecated. Set the key |
void |
setValue(Value value)
Deprecated. Set the value |
java.lang.String |
toString()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MapItem(Key key,
Value value)
key - -
the keyvalue - -
the value| Method Detail |
|---|
public Key getKey()
public void setKey(Key key)
key - -
the keypublic Value getValue()
public void setValue(Value value)
value - -
the valuepublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||