JTP API Documentation

jtp.util
Class AbstractMapEntry

java.lang.Object
  |
  +--jtp.util.AbstractMapEntry
All Implemented Interfaces:
Map.Entry

public abstract class AbstractMapEntry
extends Object
implements Map.Entry

implements common methods for Map.Entry according to the spec.


Constructor Summary
AbstractMapEntry()
           
 
Method Summary
 boolean equals(Object o)
           
 int 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
getKey, getValue, setValue
 

Constructor Detail

AbstractMapEntry

public AbstractMapEntry()
Method Detail

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

JTP API Documentation