public interface PersistentLongMap<V>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PersistentLongMap.Entry<V> |
static interface |
PersistentLongMap.ImmutableMap<V> |
static interface |
PersistentLongMap.MutableMap<V> |
| Modifier and Type | Method and Description |
|---|---|
PersistentLongMap.ImmutableMap<V> |
beginRead() |
PersistentLongMap.MutableMap<V> |
beginWrite() |
PersistentLongMap<V> |
getClone() |
PersistentLongMap.ImmutableMap<V> beginRead()
PersistentLongMap<V> getClone()
PersistentLongMap.MutableMap<V> beginWrite()