public interface DictionaryEntryReference
SoftReference
, and if it has
been garbage collected by the time getEntry()
is called, it will be
recreated.Modifier and Type | Method and Description |
---|---|
DictionaryEntry |
getEntry()
Returns the referenced dictionary entry.
|
DictionaryEntry getEntry() throws SearchException
SearchException
- if the construction of the dictionary entry fails.Copyright © 2001-2013 the JGloss developers. All Rights Reserved.