org.apache.batik.dom.util

Class IntTable.Entry

protected static class IntTable.Entry extends Object implements Serializable

To manage collisions.
Field Summary
inthash
The hash code.
Objectkey
The key.
IntTable.Entrynext
The next entry
intvalue
The value.
Constructor Summary
Entry(int hash, Object key, int value, IntTable.Entry next)
Creates a new Entry object.

Field Detail

hash

public int hash
The hash code.

key

public Object key
The key.

public IntTable.Entry next
The next entry

value

public int value
The value.

Constructor Detail

Entry

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