|
|||||||||||
| 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 | |
protected IntTable.Entry[] |
IntTable.table
The underlying array |
IntTable.Entry |
IntTable.Entry.next
The next entry |
| Methods in org.apache.batik.dom.util that return IntTable.Entry | |
protected IntTable.Entry |
IntTable.find(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,
Object key,
int value,
IntTable.Entry next)
Creates a new Entry object. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||