|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.ref.Reference<T>
java.lang.ref.SoftReference
org.apache.xerces.util.SoftReferenceSymbolTable.SREntry
protected static final class SoftReferenceSymbolTable.SREntry
This class is a symbol table entry. Each entry acts as a node in a doubly-linked list. The "SR" stands for SoftReference.
| Field Summary | |
|---|---|
int |
bucket
|
SoftReferenceSymbolTable.SREntry |
next
The next entry. |
SoftReferenceSymbolTable.SREntry |
prev
The previous entry. |
| Constructor Summary | |
|---|---|
SoftReferenceSymbolTable.SREntry(String internedSymbol,
char[] ch,
int offset,
int length,
SoftReferenceSymbolTable.SREntry next,
int bucket,
ReferenceQueue q)
Constructs a new entry from the specified symbol information and next entry reference. |
|
SoftReferenceSymbolTable.SREntry(String internedSymbol,
SoftReferenceSymbolTable.SREntry next,
int bucket,
ReferenceQueue q)
Constructs a new entry from the specified symbol and next entry reference. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.ref.SoftReference |
|---|
get |
| Methods inherited from class java.lang.ref.Reference |
|---|
clear, enqueue, isEnqueued |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public SoftReferenceSymbolTable.SREntry next
public SoftReferenceSymbolTable.SREntry prev
public int bucket
| Constructor Detail |
|---|
public SoftReferenceSymbolTable.SREntry(String internedSymbol,
SoftReferenceSymbolTable.SREntry next,
int bucket,
ReferenceQueue q)
public SoftReferenceSymbolTable.SREntry(String internedSymbol,
char[] ch,
int offset,
int length,
SoftReferenceSymbolTable.SREntry next,
int bucket,
ReferenceQueue q)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||