org.apache.batik.dom.util
protected static class IntTable.Entry extends Object implements Serializable
| Field Summary | |
|---|---|
| int | hash
The hash code. |
| Object | key
The key. |
| IntTable.Entry | next
The next entry |
| int | value
The value. |
| Constructor Summary | |
|---|---|
| Entry(int hash, Object key, int value, IntTable.Entry next)
Creates a new Entry object. | |