| Package | Description |
|---|---|
| net.didion.jwnl.dictionary |
Classes for acessing dictionary information.
|
| net.didion.jwnl.dictionary.morph | |
| net.didion.jwnl.util.cache |
Classes used for caching information.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
AbstractCachingDictionary.ObservableCache |
| Modifier and Type | Method and Description |
|---|---|
protected Cache |
AbstractCachingDictionary.DictionaryCacheSet.createCache(int size) |
| Modifier and Type | Field and Description |
|---|---|
private Cache |
DefaultMorphologicalProcessor._lookupCache |
| Modifier and Type | Class and Description |
|---|---|
class |
LRUCache
A fixed-capacity
Cache that stores the most recently used elements. |
| Modifier and Type | Method and Description |
|---|---|
protected Cache |
LRUCacheSet.createCache(int size) |
protected abstract Cache |
CacheSet.createCache(int size) |
protected Cache |
CacheSet.getCache(java.lang.Object cacheKey) |