org.apache.batik.dom.util

Class DocumentDescriptor.Entry

protected class DocumentDescriptor.Entry extends CleanerThread.WeakReferenceCleared

To manage collisions
Field Summary
inthash
The hash code
intlocationColumn
The column number.
intlocationLine
The line number.
DocumentDescriptor.Entrynext
The next entry
Constructor Summary
Entry(int hash, Element element, int locationLine, int locationColumn, DocumentDescriptor.Entry next)
Creates a new entry
Method Summary
voidcleared()

Field Detail

hash

public int hash
The hash code

locationColumn

public int locationColumn
The column number.

locationLine

public int locationLine
The line number.

public DocumentDescriptor.Entry next
The next entry

Constructor Detail

Entry

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

Method Detail

cleared

public void cleared()
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.