Uses of Class
org.apache.batik.dom.util.HashTable.Entry

Packages that use HashTable.Entry
org.apache.batik.dom.util Provides some utility classes for the implementation of the DOM. 
 

Uses of HashTable.Entry in org.apache.batik.dom.util
 

Fields in org.apache.batik.dom.util declared as HashTable.Entry
protected  HashTable.Entry[] HashTable.table
          The underlying array
 HashTable.Entry HashTable.Entry.next
          The next entry
 

Constructors in org.apache.batik.dom.util with parameters of type HashTable.Entry
HashTable.Entry(int hash, java.lang.Object key, java.lang.Object value, HashTable.Entry next)
          Creates a new entry
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.