|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntTable.Entry | |
---|---|
org.apache.batik.dom.util | Provides some utility classes for the implementation of the DOM. |
Uses of IntTable.Entry in org.apache.batik.dom.util |
---|
Fields in org.apache.batik.dom.util declared as IntTable.Entry | |
---|---|
IntTable.Entry |
IntTable.Entry.next
The next entry |
protected IntTable.Entry[] |
IntTable.table
The underlying array |
Methods in org.apache.batik.dom.util that return IntTable.Entry | |
---|---|
protected IntTable.Entry |
IntTable.find(java.lang.Object key)
Finds the Entry with the given key. |
Constructors in org.apache.batik.dom.util with parameters of type IntTable.Entry | |
---|---|
IntTable.Entry(int hash,
java.lang.Object key,
int value,
IntTable.Entry next)
Creates a new Entry object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |