Package org.apache.batik.css.engine
Class StringIntMap.Entry
java.lang.Object
org.apache.batik.css.engine.StringIntMap.Entry
- Enclosing class:
StringIntMap
To manage collisions
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEntry
(int hash, String key, int value, StringIntMap.Entry next) Creates a new entry -
Method Summary
-
Field Details
-
hash
public final int hashThe hash code, must not change after init. -
key
The key -
value
public int valueThe value, not changed after creation. -
next
The next entry - changed, when table[] is reordered.
-
-
Constructor Details
-
Entry
Creates a new entry
-