org.abstracthorizon.danube.http.util
Class MultiStringHashMap.InternalMapEntry<K,V>

java.lang.Object
  extended by org.abstracthorizon.danube.http.util.MultiStringHashMap.InternalMapEntry<K,V>
All Implemented Interfaces:
Map.Entry<K,V>
Enclosing class:
MultiStringHashMap

protected class MultiStringHashMap.InternalMapEntry<K,V>
extends Object
implements Map.Entry<K,V>

Map entry for internal use


Field Summary
protected  K key
          Key
protected  V value
          Value
 
Constructor Summary
MultiStringHashMap.InternalMapEntry(K key, V value)
          Constructor
 
Method Summary
 K getKey()
          Returns key
 V getValue()
          Returns value
 V setValue(V value)
          Sets value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map.Entry
equals, hashCode
 

Field Detail

key

protected K key
Key


value

protected V value
Value

Constructor Detail

MultiStringHashMap.InternalMapEntry

public MultiStringHashMap.InternalMapEntry(K key,
                                           V value)
Constructor

Parameters:
key - key
value - value
Method Detail

getKey

public K getKey()
Returns key

Specified by:
getKey in interface Map.Entry<K,V>
Returns:
key

getValue

public V getValue()
Returns value

Specified by:
getValue in interface Map.Entry<K,V>
Returns:
value

setValue

public V setValue(V value)
Sets value

Specified by:
setValue in interface Map.Entry<K,V>
Parameters:
value - value
Returns:
old value


Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.