org.apache.xerces.util
Class SoftReferenceSymbolTable.SREntry
SoftReference
org.apache.xerces.util.SoftReferenceSymbolTable.SREntry
- SoftReferenceSymbolTable
protected static final class SoftReferenceSymbolTable.SREntry
extends SoftReference
This class is a symbol table entry. Each entry acts as a node
in a doubly-linked list.
The "SR" stands for SoftReference.
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.
|
SREntry(String internedSymbol, SoftReferenceSymbolTable.SREntry next, int bucket, ReferenceQueue q) - Constructs a new entry from the specified symbol and next entry
reference.
|
SREntry
public 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.
SREntry
public SREntry(String internedSymbol,
SoftReferenceSymbolTable.SREntry next,
int bucket,
ReferenceQueue q)
Constructs a new entry from the specified symbol and next entry
reference.
Copyright B) 1999-2006 The Apache Software Foundation. All Rights Reserved.