org.apache.batik.dom.util
Class DocumentDescriptor.Entry
java.lang.Object
java.lang.ref.Reference
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
hash
public int hash
- The hash code
locationLine
public int locationLine
- The line number.
next
public DocumentDescriptor.Entry next
- The next entry
DocumentDescriptor.Entry
public DocumentDescriptor.Entry(int hash,
Element element,
int locationLine,
DocumentDescriptor.Entry next)
- Creates a new entry
cleared
public void cleared()
Copyright ? 2005 Apache Software Foundation. All Rights Reserved.