Uses of Class
io.crums.util.mrkl.index.TreeIndex
Package | Description |
---|---|
io.crums.util.mrkl | |
io.crums.util.mrkl.index |
-
Uses of TreeIndex in io.crums.util.mrkl
Methods in io.crums.util.mrkl that return TreeIndex Modifier and Type Method Description TreeIndex<Node>
Tree. idx()
Returns the random access index into tree structure. -
Uses of TreeIndex in io.crums.util.mrkl.index
Methods in io.crums.util.mrkl.index that return TreeIndex Modifier and Type Method Description static TreeIndex<?>
TreeIndex. newGeneric(int count)
Methods in io.crums.util.mrkl.index with parameters of type TreeIndex Modifier and Type Method Description default void
TreeIndex.NodeFactory. init(TreeIndex<N> host)