|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.css.engine.StringIntMap.Entry
protected static class StringIntMap.Entry
To manage collisions
| 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 | |
|---|---|
StringIntMap.Entry(int hash,
String key,
int value,
StringIntMap.Entry next)
Creates a new entry |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final int hash
public String key
public int value
public StringIntMap.Entry next
| Constructor Detail |
|---|
public StringIntMap.Entry(int hash,
String key,
int value,
StringIntMap.Entry next)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||