org.apache.xerces.util
Class SoftReferenceSymbolTable.SREntry
java.lang.Object
java.lang.ref.Reference<T>
java.lang.ref.SoftReference
org.apache.xerces.util.SoftReferenceSymbolTable.SREntry
- Enclosing class:
- 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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
next
public SoftReferenceSymbolTable.SREntry next
- The next entry.
prev
public SoftReferenceSymbolTable.SREntry prev
- The previous entry.
bucket
public int bucket
SoftReferenceSymbolTable.SREntry
public SoftReferenceSymbolTable.SREntry(String internedSymbol,
SoftReferenceSymbolTable.SREntry next,
int bucket,
ReferenceQueue q)
- Constructs a new entry from the specified symbol and next entry
reference.
SoftReferenceSymbolTable.SREntry
public 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.
Copyright © 2011. All Rights Reserved.