org.apache.batik.css.engine.value

Class StringMap.Entry

protected static class StringMap.Entry extends Object

To manage collisions
Field Summary
inthash
The hash code
Stringkey
The key
StringMap.Entrynext
The next entry
Objectvalue
The value
Constructor Summary
Entry(int hash, String key, Object value, StringMap.Entry next)
Creates a new entry

Field Detail

hash

public int hash
The hash code

key

public String key
The key

public StringMap.Entry next
The next entry

value

public Object value
The value

Constructor Detail

Entry

public Entry(int hash, String key, Object value, StringMap.Entry next)
Creates a new entry
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.