protected static class BaseEntry.BaseEntryRef extends Object implements DictionaryEntryReference
SoftReference
. If the object is garbage collected when
getEntry
is called, it will be recreated by calling
createEntryFromMarker
on the entry's
dictionary.Modifier and Type | Field and Description |
---|---|
protected Dictionary |
dictionary |
protected int |
entryMarker |
protected SoftReference<DictionaryEntry> |
entryRef |
Constructor and Description |
---|
BaseEntry.BaseEntryRef(BaseEntry entry) |
protected SoftReference<DictionaryEntry> entryRef
protected int entryMarker
protected Dictionary dictionary
public BaseEntry.BaseEntryRef(BaseEntry entry)
public DictionaryEntry getEntry() throws SearchException
DictionaryEntryReference
getEntry
in interface DictionaryEntryReference
SearchException
- if the construction of the dictionary entry fails.Copyright © 2001-2013 the JGloss developers. All Rights Reserved.