org.apache.batik.dom.util
Class DocumentDescriptor.Entry

java.lang.Object
  extended byjava.lang.ref.Reference
      extended byjava.lang.ref.WeakReference
          extended byorg.apache.batik.util.CleanerThread.WeakReferenceCleared
              extended byorg.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
 int hash
          The hash code
 int locationLine
          The line number.
 DocumentDescriptor.Entry next
          The next entry
 
Constructor Summary
DocumentDescriptor.Entry(int hash, org.w3c.dom.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

hash

public int hash
The hash code


locationLine

public int locationLine
The line number.


next

public DocumentDescriptor.Entry next
The next entry

Constructor Detail

DocumentDescriptor.Entry

public DocumentDescriptor.Entry(int hash,
                                org.w3c.dom.Element element,
                                int locationLine,
                                DocumentDescriptor.Entry next)
Creates a new entry

Method Detail

cleared

public void cleared()


Copyright © 2004 Apache Software Foundation. All Rights Reserved.