protected class DocumentDescriptor.Entry extends CleanerThread.WeakReferenceCleared
| Modifier and Type | Field and Description |
|---|---|
int |
hash
The hash code
|
int |
locationColumn
The column number.
|
int |
locationLine
The line number.
|
DocumentDescriptor.Entry |
next
The next entry
|
| Constructor and Description |
|---|
Entry(int hash,
Element element,
int locationLine,
int locationColumn,
DocumentDescriptor.Entry next)
Creates a new entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
cleared() |
clear, enqueue, get, isEnqueuedpublic int hash
public int locationLine
public int locationColumn
public DocumentDescriptor.Entry next
public Entry(int hash,
Element element,
int locationLine,
int locationColumn,
DocumentDescriptor.Entry next)
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.