Interface TreeIndex.NodeFactory<N extends AbstractNode>
- Type Parameters:
N- the factory-specificAbstractNodesubtype
- Enclosing class:
TreeIndex<N extends AbstractNode>
public static interface TreeIndex.NodeFactory<N extends AbstractNode>
A node factory for a
TreeIndex. This controls the return type of the tree-index's
various getNode member functions.- See Also:
-
Method Summary
-
Method Details
-
init
-
newNode
Returns an implementation-specific node at the given coordinates. The coordinates are already validated by the callingTreeIndexinstance.
-