|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.dom.util.DocumentDescriptor.Entry
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 |
public int hash
public Element element
public int locationLine
public DocumentDescriptor.Entry next
Constructor Detail |
public DocumentDescriptor.Entry(int hash, Element element, int locationLine, DocumentDescriptor.Entry next)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |