org.apache.batik.css.engine

Class StringIntMap.Entry

protected static class StringIntMap.Entry extends Object

To manage collisions
Field Summary
inthash
The hash code, must not change after init.
Stringkey
The key
StringIntMap.Entrynext
The next entry - changed, when table[] is reordered.
intvalue
The value, not changed after creation.
Constructor Summary
Entry(int hash, String key, int value, StringIntMap.Entry next)
Creates a new entry

Field Detail

hash

public final int hash
The hash code, must not change after init.

key

public String key
The key

public StringIntMap.Entry next
The next entry - changed, when table[] is reordered.

value

public int value
The value, not changed after creation.

Constructor Detail

Entry

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