public class PatriciaTree 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 |
|---|
PatriciaTree(@NotNull jetbrains.exodus.log.Log log,
long rootAddress,
int structureId) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull jetbrains.exodus.tree.patricia.PatriciaTreeMutable |
getMutableCopy() |
long |
getRootAddress() |
ITreeCursor |
openCursor() |
addressIterator, dump, dump, get, getDataIterator, getLog, getNode, getSize, getStructureId, hasKey, hasPair, isEmptypublic PatriciaTree(@NotNull
@NotNull jetbrains.exodus.log.Log log,
long rootAddress,
int structureId)
@NotNull public final @NotNull jetbrains.exodus.tree.patricia.PatriciaTreeMutable getMutableCopy()
public final long getRootAddress()
public final ITreeCursor openCursor()