|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.dom.util.IntTable.Entry
protected static class IntTable.Entry
To manage collisions.
Field Summary | |
---|---|
int |
hash
The hash code. |
Object |
key
The key. |
IntTable.Entry |
next
The next entry |
int |
value
The value. |
Constructor Summary | |
---|---|
IntTable.Entry(int hash,
Object key,
int value,
IntTable.Entry next)
Creates a new Entry object. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int hash
public Object key
public int value
public IntTable.Entry next
Constructor Detail |
---|
public IntTable.Entry(int hash, Object key, int value, IntTable.Entry next)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |