public class PersistentHashMap<K,V>
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PersistentHashMap.Entry<K,V> |
class |
PersistentHashMap.ImmutablePersistentHashMap |
class |
PersistentHashMap.MutablePersistentHashMap |
| Constructor and Description |
|---|
PersistentHashMap() |
| Modifier and Type | Method and Description |
|---|---|
PersistentHashMap.MutablePersistentHashMap |
beginWrite() |
boolean |
endWrite(@NotNull PersistentHashMap.MutablePersistentHashMap tree) |
PersistentHashMap<K,V> |
getClone() |
PersistentHashMap.ImmutablePersistentHashMap |
getCurrent() |
public PersistentHashMap.ImmutablePersistentHashMap getCurrent()
public PersistentHashMap<K,V> getClone()
public PersistentHashMap.MutablePersistentHashMap beginWrite()
public boolean endWrite(@NotNull
@NotNull PersistentHashMap.MutablePersistentHashMap tree)