com.mchange.v1.util
Class SimpleMapEntry

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

public class SimpleMapEntry
extends AbstractMapEntry
implements Map.Entry


Constructor Summary
SimpleMapEntry(Object key, Object value)
           
 
Method Summary
 Object getKey()
           
 Object getValue()
           
 Object setValue(Object value)
           
 
Methods inherited from class com.mchange.v1.util.AbstractMapEntry
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map.Entry
equals, hashCode
 

Constructor Detail

SimpleMapEntry

public SimpleMapEntry(Object key,
                      Object value)
Method Detail

getKey

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

getValue

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

setValue

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