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

java.lang.Object
  |
  +--org.apache.batik.dom.util.DocumentDescriptor.Entry
Enclosing class:
DocumentDescriptor

protected static class DocumentDescriptor.Entry
extends java.lang.Object

To manage collisions


Field Summary
 Element element
          The element
 int hash
          The hash code
 int locationLine
          The line number.
 DocumentDescriptor.Entry next
          The next entry
 
Constructor Summary
DocumentDescriptor.Entry(int hash, Element element, int locationLine, DocumentDescriptor.Entry next)
          Creates a new entry
 
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

element

public Element element
The element

locationLine

public int locationLine
The line number.

next

public DocumentDescriptor.Entry next
The next entry
Constructor Detail

DocumentDescriptor.Entry

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


Copyright © 2002 Apache Software Foundation. All Rights Reserved.