Package | Description |
---|---|
org.apache.xerces.util |
Modifier and Type | Field and Description |
---|---|
protected SoftReferenceSymbolTable.SREntry[] |
SoftReferenceSymbolTable.fBuckets |
SoftReferenceSymbolTable.SREntry |
SoftReferenceSymbolTable.SREntry.next
The next entry.
|
SoftReferenceSymbolTable.SREntry |
SoftReferenceSymbolTable.SREntry.prev
The previous entry.
|
Constructor and Description |
---|
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.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.