| Package | Description |
|---|---|
| edu.mit.jwi |
Provides the main dictionary interface and a default implementation.
|
| edu.mit.jwi.data |
Provides classes and interfaces for the creation, searching, and interpretation of dictionary data sources.
|
| Modifier and Type | Field and Description |
|---|---|
protected IHasLifecycle.LifecycleState |
RAMDictionary.state |
| Modifier and Type | Method and Description |
|---|---|
protected IHasLifecycle.LifecycleState |
RAMDictionary.assertLifecycleState()
This is an internal utility method that determines whether this
dictionary should be considered open or closed.
|
| Modifier and Type | Method and Description |
|---|---|
static IHasLifecycle.LifecycleState |
IHasLifecycle.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IHasLifecycle.LifecycleState[] |
IHasLifecycle.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.