rice.p2p.past.gc
Class GCIdFactory.GCMapEntry

java.lang.Object
  extended by rice.p2p.past.gc.GCIdFactory.GCMapEntry
All Implemented Interfaces:
Map.Entry
Enclosing class:
GCIdFactory

protected class GCIdFactory.GCMapEntry
extends Object
implements Map.Entry


Field Summary
protected  Map.Entry entry
           
 
Constructor Summary
GCIdFactory.GCMapEntry(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

GCIdFactory.GCMapEntry

public GCIdFactory.GCMapEntry(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.