public static final class BinaryTreeNodeImpl.BinaryTreeConstructor<E> extends Object implements TreeConstructor<E,BinaryTreeNode<E>,BinaryTreeWrapper<E,BinaryTreeNode<E>>>
Constructor and Description |
---|
BinaryTreeConstructor() |
Modifier and Type | Method and Description |
---|---|
BinaryTreeWrapper<E,BinaryTreeNode<E>> |
build(E e,
BinaryTreeWrapper<E,BinaryTreeNode<E>>[] subtrees) |
Class<? extends Tree> |
forClass() |
public BinaryTreeWrapper<E,BinaryTreeNode<E>> build(E e, BinaryTreeWrapper<E,BinaryTreeNode<E>>[] subtrees)
build
in interface TreeConstructor<E,BinaryTreeNode<E>,BinaryTreeWrapper<E,BinaryTreeNode<E>>>
public Class<? extends Tree> forClass()
forClass
in interface SPIComponent
forClass
in interface TreeKeyedSPIComponent
Copyright © 2014–2016. All rights reserved.