Uses of Class
org.apache.xerces.util.SoftReferenceSymbolTable.SREntry

Packages that use SoftReferenceSymbolTable.SREntry
org.apache.xerces.util   
 

Uses of SoftReferenceSymbolTable.SREntry in org.apache.xerces.util
 

Fields in org.apache.xerces.util declared as SoftReferenceSymbolTable.SREntry
protected  SoftReferenceSymbolTable.SREntry[] SoftReferenceSymbolTable.fBuckets
           
 SoftReferenceSymbolTable.SREntry SoftReferenceSymbolTable.SREntry.next
          The next entry.
 SoftReferenceSymbolTable.SREntry SoftReferenceSymbolTable.SREntry.prev
          The previous entry.
 

Constructors in org.apache.xerces.util with parameters of type SoftReferenceSymbolTable.SREntry
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.
 



Copyright © 2011. All Rights Reserved.