netcharts.util
Class NFKeyValue
java.lang.Object
|
+--netcharts.util.NFKeyValue
- public class NFKeyValue
- extends java.lang.Object
This class is used to hold two associated items, a key and
a value, of any object type.
|
Field Summary |
java.lang.Object |
key
The key. |
java.lang.Object |
value
The value. |
|
Constructor Summary |
NFKeyValue()
Standard constructor. |
NFKeyValue(java.lang.Object key,
java.lang.Object value)
Contsruct a NFKeyValue with the given key and value. |
|
Method Summary |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
key
public java.lang.Object key
- The key.
value
public java.lang.Object value
- The value.
NFKeyValue
public NFKeyValue()
- Standard constructor.
NFKeyValue
public NFKeyValue(java.lang.Object key,
java.lang.Object value)
- Contsruct a NFKeyValue with the given key and value.
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Visual Mining, Inc. 15825 Shady Grove Rd. Suite 20 Rockville, MD 20850 800.308.0731 301.947.8293 FAX | | Copyright © Visual Mining, Inc. 1996 - 2006 All Rights Reserved. NetCharts Pro TM is a registered trademark of Visual Mining, Inc. Other brands and their products are trademarks of their respective holders. |
Last Modified: Apr 14, 2006 |