NetCharts Pro

netcharts.util
Class NFKeyValue

java.lang.Object
  extended by 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
 

Field Detail

key

public java.lang.Object key
The key.


value

public java.lang.Object value
The value.

Constructor Detail

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.

Method Detail

toString

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

NetCharts Pro


Visual Mining, Inc.
2099 Gaither Rd.
Suite 220
Rockville, MD 20850
800.308.0731
301.947.8293 FAX

Copyright © Visual Mining, Inc. 1996 - 2011
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: Jun 28, 2011