ERXKeyValuePair< K, V > Class Reference

List of all members.

Public Member Functions

boolean equals (Object object)
 ERXKeyValuePair (K newKey, V newValue)
int hashCode ()
key ()
void setKey (K newKey)
void setValue (V value)
String toString ()
value ()

Protected Attributes

_key
_value


Detailed Description

Very simple class used for hold key-value pairs.
Parameters:
<K> the key type
<V> the value type

Constructor & Destructor Documentation

ERXKeyValuePair ( newKey,
newValue 
)

Public constructor

Parameters:
newKey key
newValue value


Member Function Documentation

boolean equals ( Object  object  ) 

int hashCode (  ) 

K key (  ) 

returns the key

Returns:
da key

void setKey ( newKey  ) 

Sets the key.

Parameters:
newKey new key value

void setValue ( value  ) 

Sets the value

Parameters:
value new value

String toString (  ) 

V value (  ) 

returns the value

Returns:
da value


Member Data Documentation

K _key [protected]

holds the key

V _value [protected]

holds the value


The documentation for this class was generated from the following file:

Generated on Sat May 26 06:43:13 2012 for Project Wonder by  doxygen 1.5.8