org.softamis.net.registry.impl
Class AbstractProvidingRegistry.MultiValueItemsStorage.SimpleMapEntry<K extends java.io.Serializable,V extends java.io.Serializable>

java.lang.Object
  extended by org.softamis.net.registry.impl.AbstractProvidingRegistry.MultiValueItemsStorage.SimpleMapEntry<K,V>
All Implemented Interfaces:
java.util.Map.Entry<K,V>
Enclosing class:
AbstractProvidingRegistry.MultiValueItemsStorage

protected class AbstractProvidingRegistry.MultiValueItemsStorage.SimpleMapEntry<K extends java.io.Serializable,V extends java.io.Serializable>
extends java.lang.Object
implements java.util.Map.Entry<K,V>


Field Summary
protected  K fKey
           
protected  V fValue
           
 
Constructor Summary
protected AbstractProvidingRegistry.MultiValueItemsStorage.SimpleMapEntry(K aKey, V aValue)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 K getKey()
           
 V getValue()
           
 int hashCode()
           
 V setValue(V value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fKey

protected K extends java.io.Serializable fKey

fValue

protected V extends java.io.Serializable fValue
Constructor Detail

AbstractProvidingRegistry.MultiValueItemsStorage.SimpleMapEntry

protected AbstractProvidingRegistry.MultiValueItemsStorage.SimpleMapEntry(K aKey,
                                                                          V aValue)
Method Detail

getKey

public K getKey()
Specified by:
getKey in interface java.util.Map.Entry<K extends java.io.Serializable,V extends java.io.Serializable>

getValue

public V getValue()
Specified by:
getValue in interface java.util.Map.Entry<K extends java.io.Serializable,V extends java.io.Serializable>

setValue

public V setValue(V value)
Specified by:
setValue in interface java.util.Map.Entry<K extends java.io.Serializable,V extends java.io.Serializable>

equals

public boolean equals(java.lang.Object o)
Specified by:
equals in interface java.util.Map.Entry<K extends java.io.Serializable,V extends java.io.Serializable>
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Specified by:
hashCode in interface java.util.Map.Entry<K extends java.io.Serializable,V extends java.io.Serializable>
Overrides:
hashCode in class java.lang.Object