|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xanot.util.StackMap.MapElement<K,V>
K
- Key templateV
- Value templateclass StackMap.MapElement<K,V>
Inner class.
Constructor Summary | |
---|---|
StackMap.MapElement()
|
Method Summary | |
---|---|
K |
getKey()
|
V |
getValue()
|
void |
setKey(K data)
|
void |
setValue(V data)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StackMap.MapElement()
Method Detail |
---|
public V getValue()
public void setValue(V data)
public K getKey()
public void setKey(K data)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |