rice.p2p.multiring
Class MultiringIdFactory.MultiringMapEntry

java.lang.Object
  extended by rice.p2p.multiring.MultiringIdFactory.MultiringMapEntry
All Implemented Interfaces:
Map.Entry
Enclosing class:
MultiringIdFactory

protected class MultiringIdFactory.MultiringMapEntry
extends Object
implements Map.Entry


Field Summary
protected  Map.Entry entry
           
 
Constructor Summary
MultiringIdFactory.MultiringMapEntry(Map.Entry entry)
           
 
Method Summary
 boolean equals(Object o)
           
 Object getKey()
           
 Object getValue()
           
 int hashCode()
           
 Object setValue(Object value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entry

protected Map.Entry entry
Constructor Detail

MultiringIdFactory.MultiringMapEntry

public MultiringIdFactory.MultiringMapEntry(Map.Entry entry)
Method Detail

equals

public boolean equals(Object o)
Specified by:
equals in interface Map.Entry
Overrides:
equals in class Object

getKey

public Object getKey()
Specified by:
getKey in interface Map.Entry

getValue

public Object getValue()
Specified by:
getValue in interface Map.Entry

hashCode

public int hashCode()
Specified by:
hashCode in interface Map.Entry
Overrides:
hashCode in class Object

setValue

public Object setValue(Object value)
Specified by:
setValue in interface Map.Entry


Copyright © 2010. All Rights Reserved.