org.apache.batik.css.engine
protected static class StringIntMap.Entry extends Object
Field Summary | |
---|---|
int | hash
The hash code, must not change after init. |
String | key
The key |
StringIntMap.Entry | next
The next entry - changed, when table[] is reordered. |
int | value
The value, not changed after creation. |
Constructor Summary | |
---|---|
Entry(int hash, String key, int value, StringIntMap.Entry next)
Creates a new entry |