| Package | Description |
|---|---|
| jdbm.helper |
Miscelaneous utility classes and interfaces.
|
| Modifier and Type | Field and Description |
|---|---|
private LRUCache.EntryState |
LRUCache.CacheEntry.state
Current state
|
| Modifier and Type | Method and Description |
|---|---|
LRUCache.EntryState |
LRUCache.CacheEntry.getState() |
static LRUCache.EntryState |
LRUCache.EntryState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LRUCache.EntryState[] |
LRUCache.EntryState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LRUCache.CacheEntry.setState(LRUCache.EntryState newState) |