net.sourceforge.jparam.parser
Class MapItem

java.lang.Object
  |
  +--net.sourceforge.jparam.parser.MapItem

public class MapItem
extends java.lang.Object

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MapItem

public MapItem(TreeNode key,
               TreeNode value)
Create a new MapItem object.
Method Detail

getKey

public TreeNode getKey()
Returns the key

getValue

public TreeNode getValue()
Returns the value.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2004 SourceForge. All Rights Reserved.