|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Object | +--org.apache.batik.css.engine.StringIntMap.Entry
To manage collisions
| Field Summary | |
|---|---|
int |
hash
The hash code |
java.lang.String |
key
The key |
StringIntMap.Entry |
next
The next entry |
int |
value
The value |
| Constructor Summary | |
|---|---|
StringIntMap.Entry(int hash,
java.lang.String key,
int value,
StringIntMap.Entry next)
Creates a new entry |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int hash
public java.lang.String key
public int value
public StringIntMap.Entry next
| Constructor Detail |
public StringIntMap.Entry(int hash,
java.lang.String key,
int value,
StringIntMap.Entry next)
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||