public static class PersistentHashSet.MutablePersistentHashSet<K>
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
void |
add(K key) |
void |
checkTip() |
boolean |
contains(K key) |
boolean |
endWrite()
Try to merge changes into the base tree.
|
boolean |
flag() |
void |
forEachKey(ObjectProcedure<K> procedure) |
K |
getKey(K key) |
boolean |
isEmpty() |
java.util.Iterator<K> |
iterator() |
boolean |
remove(K key) |
int |
size() |
public boolean flag()
public void add(@NotNull
K key)
public boolean remove(@NotNull
K key)
public boolean endWrite()
public void checkTip()
public void forEachKey(ObjectProcedure<K> procedure)
public final boolean contains(K key)
@Nullable public final K getKey(K key)
public final boolean isEmpty()
public final int size()
public final java.util.Iterator<K> iterator()
iterator in interface java.lang.Iterable<K>