|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.css.engine.value.StringMap.Entry
protected static class StringMap.Entry
To manage collisions
| Field Summary | |
|---|---|
int |
hash
The hash code |
String |
key
The key |
StringMap.Entry |
next
The next entry |
Object |
value
The value |
| Constructor Summary | |
|---|---|
StringMap.Entry(int hash,
String key,
Object value,
StringMap.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 int hash
public String key
public Object value
public StringMap.Entry next
| Constructor Detail |
|---|
public StringMap.Entry(int hash,
String key,
Object value,
StringMap.Entry next)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||