Package org.apache.batik.dom.util
Class DocumentDescriptor.Entry
java.lang.Object
java.lang.ref.Reference<T>
java.lang.ref.WeakReference
org.apache.batik.util.CleanerThread.WeakReferenceCleared
org.apache.batik.dom.util.DocumentDescriptor.Entry
- All Implemented Interfaces:
CleanerThread.ReferenceCleared
- Enclosing class:
- DocumentDescriptor
To manage collisions
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
The hash codeint
The column number.int
The line number.The next entry -
Constructor Summary
ConstructorsConstructorDescriptionEntry
(int hash, Element element, int locationLine, int locationColumn, DocumentDescriptor.Entry next) Creates a new entry -
Method Summary
Methods inherited from class java.lang.ref.Reference
clear, clone, enqueue, get, isEnqueued, reachabilityFence, refersTo
-
Field Details
-
hash
public int hashThe hash code -
locationLine
public int locationLineThe line number. -
locationColumn
public int locationColumnThe column number. -
next
The next entry
-
-
Constructor Details
-
Entry
public Entry(int hash, Element element, int locationLine, int locationColumn, DocumentDescriptor.Entry next) Creates a new entry
-
-
Method Details
-
cleared
public void cleared()
-