Uses of Class
org.apache.batik.util.SoftDoublyIndexedTable

Packages that use SoftDoublyIndexedTable
org.apache.batik.dom.svg   
org.apache.batik.util Provides some useful classes. 
 

Uses of SoftDoublyIndexedTable in org.apache.batik.dom.svg
 

Fields in org.apache.batik.dom.svg declared as SoftDoublyIndexedTable
protected  SoftDoublyIndexedTable AbstractElement.liveAttributeValues
          The live attribute values.
 

Uses of SoftDoublyIndexedTable in org.apache.batik.util
 

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



Copyright © 2002 Apache Software Foundation. All Rights Reserved.