|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.ref.Reference | +--java.lang.ref.WeakReference | +--org.apache.batik.util.CleanerThread.WeakReferenceCleared | +--org.apache.batik.dom.util.DocumentDescriptor.Entry
To manage collisions
Field Summary | |
int |
hash
The hash code |
int |
locationLine
The line number. |
DocumentDescriptor.Entry |
next
The next entry |
Constructor Summary | |
DocumentDescriptor.Entry(int hash,
Element element,
int locationLine,
DocumentDescriptor.Entry next)
Creates a new entry |
Method Summary | |
void |
cleared()
|
Methods inherited from class java.lang.ref.Reference |
clear, enqueue, get, isEnqueued |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int hash
public int locationLine
public DocumentDescriptor.Entry next
Constructor Detail |
public DocumentDescriptor.Entry(int hash, Element element, int locationLine, DocumentDescriptor.Entry next)
Method Detail |
public void cleared()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |