CleanerThread.ReferenceClearedprotected class DocumentDescriptor.Entry extends CleanerThread.WeakReferenceCleared
| Modifier and Type | Field | Description |
|---|---|---|
int |
hash |
The hash code
|
int |
locationColumn |
The column number.
|
int |
locationLine |
The line number.
|
DocumentDescriptor.Entry |
next |
The next entry
|
| Constructor | Description |
|---|---|
Entry(int hash,
org.w3c.dom.Element element,
int locationLine,
int locationColumn,
DocumentDescriptor.Entry next) |
Creates a new entry
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
cleared() |
public int hash
public int locationLine
public int locationColumn
public DocumentDescriptor.Entry next
public Entry(int hash,
org.w3c.dom.Element element,
int locationLine,
int locationColumn,
DocumentDescriptor.Entry next)
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.