|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.abstracthorizon.danube.http.util.MultiStringHashMap.InternalMapEntry<K,V>
protected class MultiStringHashMap.InternalMapEntry<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 |
---|
protected K key
protected V value
Constructor Detail |
---|
public MultiStringHashMap.InternalMapEntry(K key, V value)
key
- keyvalue
- valueMethod Detail |
---|
public K getKey()
getKey
in interface Map.Entry<K,V>
public V getValue()
getValue
in interface Map.Entry<K,V>
public V setValue(V value)
setValue
in interface Map.Entry<K,V>
value
- value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |