com.mchange.v1.util
Class AbstractMapEntry

java.lang.Object
  extended by com.mchange.v1.util.AbstractMapEntry
All Implemented Interfaces:
Map.Entry
Direct Known Subclasses:
SimpleMapEntry

public abstract class AbstractMapEntry
extends Object
implements Map.Entry


Constructor Summary
AbstractMapEntry()
           
 
Method Summary
 boolean equals(Object o)
           
abstract  Object getKey()
           
abstract  Object getValue()
           
 int hashCode()
           
abstract  Object setValue(Object value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractMapEntry

public AbstractMapEntry()
Method Detail

getKey

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

getValue

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

setValue

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

equals

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

hashCode

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