|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.ref.Reference<T>
java.lang.ref.WeakReference
org.apache.batik.util.CleanerThread.WeakReferenceCleared
org.apache.batik.dom.util.DocumentDescriptor.Entry
protected class DocumentDescriptor.Entry
To manage collisions
Field Summary | |
---|---|
int |
hash
The hash code |
int |
locationColumn
The column number. |
int |
locationLine
The line number. |
DocumentDescriptor.Entry |
next
The next entry |
Constructor Summary | |
---|---|
DocumentDescriptor.Entry(int hash,
Element element,
int locationLine,
int locationColumn,
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 int locationColumn
public DocumentDescriptor.Entry next
Constructor Detail |
---|
public DocumentDescriptor.Entry(int hash, Element element, int locationLine, int locationColumn, DocumentDescriptor.Entry next)
Method Detail |
---|
public void cleared()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |