Class StringMap.Entry
java.lang.Object
org.apache.batik.css.engine.value.StringMap.Entry
- Enclosing class:
StringMap
To manage collisions
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEntry
(int hash, String key, Object value, StringMap.Entry next) Creates a new entry -
Method Summary
-
Field Details
-
hash
public int hashThe hash code -
key
The key -
value
The value -
next
The next entry
-
-
Constructor Details
-
Entry
Creates a new entry
-