org.apache.batik.dom.util

Class HashTable.Entry

protected static class HashTable.Entry extends Object implements Serializable

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

Field Detail

hash

public int hash
The hash code

key

public Object key
The key

public HashTable.Entry next
The next entry

value

public Object value
The value

Constructor Detail

Entry

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