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