public class PersistentLong23TreeMap<V> extends java.lang.Object implements PersistentLongMap<V>
| Modifier and Type | Class and Description |
|---|---|
protected static class |
PersistentLong23TreeMap.ImmutableMap<V> |
protected static class |
PersistentLong23TreeMap.MutableMap<V> |
PersistentLongMap.Entry<V>| Constructor and Description |
|---|
PersistentLong23TreeMap() |
| Modifier and Type | Method and Description |
|---|---|
PersistentLongMap.ImmutableMap<V> |
beginRead() |
PersistentLongMap.MutableMap<V> |
beginWrite() |
boolean |
endWrite(PersistentLong23TreeMap.MutableMap<V> tree)
Deprecated.
|
PersistentLong23TreeMap<V> |
getClone() |
public PersistentLongMap.ImmutableMap<V> beginRead()
beginRead in interface PersistentLongMap<V>public PersistentLong23TreeMap<V> getClone()
getClone in interface PersistentLongMap<V>public PersistentLongMap.MutableMap<V> beginWrite()
beginWrite in interface PersistentLongMap<V>@Deprecated public boolean endWrite(PersistentLong23TreeMap.MutableMap<V> tree)