de.grogra.xl.util
Class EHashMap.Entry

java.lang.Object
  extended by de.grogra.xl.util.EHashMap.Entry
Direct Known Subclasses:
ConnectionTransformation, EdgeData, EHashMap.ObjectEntry, NodeData
Enclosing class:
EHashMap<E extends EHashMap.Entry>

public abstract static class EHashMap.Entry
extends java.lang.Object


Field Summary
protected  int hashCode
           
 EHashMap.Entry listNext
           
 EHashMap.Entry listPrev
           
 
Constructor Summary
EHashMap.Entry()
           
 
Method Summary
protected abstract  void clear()
           
protected abstract  void copyValue(EHashMap.Entry src)
           
protected abstract  boolean keyEquals(EHashMap.Entry e)
           
 EHashMap.Entry next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hashCode

protected int hashCode

listNext

public EHashMap.Entry listNext

listPrev

public EHashMap.Entry listPrev
Constructor Detail

EHashMap.Entry

public EHashMap.Entry()
Method Detail

clear

protected abstract void clear()

copyValue

protected abstract void copyValue(EHashMap.Entry src)

keyEquals

protected abstract boolean keyEquals(EHashMap.Entry e)

next

public EHashMap.Entry next()