Package org.apache.batik.dom.util
Class IntTable.Entry
java.lang.Object
org.apache.batik.dom.util.IntTable.Entry
- All Implemented Interfaces:
Serializable
- Enclosing class:
IntTable
To manage collisions.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEntry
(int hash, Object key, int value, IntTable.Entry next) Creates a new Entry object. -
Method Summary
-
Field Details
-
hash
public int hashThe hash code. -
key
The key. -
value
public int valueThe value. -
next
The next entry
-
-
Constructor Details
-
Entry
Creates a new Entry object.
-