protected static final class SoftReferenceSymbolTable.SREntry extends SoftReference
Modifier and Type | Field and Description |
---|---|
int |
bucket |
SoftReferenceSymbolTable.SREntry |
next
The next entry.
|
SoftReferenceSymbolTable.SREntry |
prev
The previous entry.
|
Constructor and Description |
---|
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.
|
public SoftReferenceSymbolTable.SREntry next
public SoftReferenceSymbolTable.SREntry prev
public int bucket
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)
Copyright © 2018 JBoss by Red Hat. All rights reserved.