public final class PatriciaTreeEmpty extends PatriciaTreeBase
HAS_CHILDREN_BIT, HAS_KEY_BIT, HAS_VALUE_BIT, log, MAX_VALID_LOGGABLE_TYPE, NODE_WO_KEY_WO_VALUE_WO_CHILDREN, ROOT_BIT, ROOT_BIT_WITH_BACKREF, size, structureId| Constructor and Description |
|---|
PatriciaTreeEmpty(@NotNull jetbrains.exodus.log.Log log,
int structureId,
boolean hasDuplicates) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull ITreeMutable |
getMutableCopy() |
protected @Nullable jetbrains.exodus.tree.patricia.NodeBase |
getNode(@NotNull jetbrains.exodus.ByteIterable key) |
long |
getRootAddress() |
ITreeCursor |
openCursor() |
addressIterator, dump, dump, get, getDataIterator, getLog, getSize, getStructureId, hasKey, hasPair, isEmptypublic PatriciaTreeEmpty(@NotNull
@NotNull jetbrains.exodus.log.Log log,
int structureId,
boolean hasDuplicates)
@NotNull public @NotNull ITreeMutable getMutableCopy()
public long getRootAddress()
public ITreeCursor openCursor()
@Nullable
protected @Nullable jetbrains.exodus.tree.patricia.NodeBase getNode(@NotNull
@NotNull jetbrains.exodus.ByteIterable key)
getNode in class PatriciaTreeBase