|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sourceforge.jparam.parser.MapItem
A description of class MapItem
Constructor Summary | |
MapItem(TreeNode key,
TreeNode value)
Create a new MapItem object. |
Method Summary | |
TreeNode |
getKey()
Returns the key |
TreeNode |
getValue()
Returns the value. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public MapItem(TreeNode key, TreeNode value)
Method Detail |
public TreeNode getKey()
public TreeNode getValue()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |