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

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

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

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

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



Copyright © 2002 Apache Software Foundation. All Rights Reserved.