| 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.
|
| Class and Description |
|---|
| Cache
A
Cache is a collection of values that are indexed by keys and that are stored for an
unspecified amount of time (which the implementor of Cache may further specify). |
| CacheSet
A set of Caches, indexed by
CacheKey. |
| LRUCache
A fixed-capacity
Cache that stores the most recently used elements. |
| Class and Description |
|---|
| Cache
A
Cache is a collection of values that are indexed by keys and that are stored for an
unspecified amount of time (which the implementor of Cache may further specify). |
| Class and Description |
|---|
| Cache
A
Cache is a collection of values that are indexed by keys and that are stored for an
unspecified amount of time (which the implementor of Cache may further specify). |
| CacheSet
A set of Caches, indexed by
CacheKey. |