Uses of Interface
io.crums.util.mrkl.index.TreeIndex.NodeFactory
Package | Description |
---|---|
io.crums.util.mrkl.index |
-
Uses of TreeIndex.NodeFactory in io.crums.util.mrkl.index
Fields in io.crums.util.mrkl.index declared as TreeIndex.NodeFactory Modifier and Type Field Description static TreeIndex.NodeFactory<AbstractNode>
AbstractNode. FACTORY
Stateless factory.Constructors in io.crums.util.mrkl.index with parameters of type TreeIndex.NodeFactory Constructor Description TreeIndex(int count, TreeIndex.NodeFactory<N> factory)