Uses of Interface
io.crums.util.mrkl.index.TreeIndex.NodeFactory
Packages that use TreeIndex.NodeFactory
-
Uses of TreeIndex.NodeFactory in io.crums.util.mrkl.index
Fields in io.crums.util.mrkl.index declared as TreeIndex.NodeFactoryModifier and TypeFieldDescriptionstatic TreeIndex.NodeFactory<AbstractNode> AbstractNode.FACTORYStateless factory for "index" of instances of this class with no additional data.Constructors in io.crums.util.mrkl.index with parameters of type TreeIndex.NodeFactoryModifierConstructorDescriptionTreeIndex(int count, TreeIndex.NodeFactory<N> factory) Creates a type-specific instance with the given factory.