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
protected class DocumentDescriptor.Entry extends CleanerThread.WeakReferenceCleared
To manage collisions
-
-
Field Summary
Fields Modifier and Type Field Description int
hash
The hash codeint
locationColumn
The column number.int
locationLine
The line number.DocumentDescriptor.Entry
next
The next entry
-
Constructor Summary
Constructors Constructor Description Entry(int hash, org.w3c.dom.Element element, int locationLine, int locationColumn, DocumentDescriptor.Entry next)
Creates a new entry
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cleared()
-
-
-
Field Detail
-
hash
public int hash
The hash code
-
locationLine
public int locationLine
The line number.
-
locationColumn
public int locationColumn
The column number.
-
next
public DocumentDescriptor.Entry next
The next entry
-
-
Constructor Detail
-
Entry
public Entry(int hash, org.w3c.dom.Element element, int locationLine, int locationColumn, DocumentDescriptor.Entry next)
Creates a new entry
-
-