public final class BinarySearchTreeEmptyConstructor<E> extends Object implements EmptySortedTreeConstructor<E,BinaryTreeNode<E>,BinarySearchTree<E>>
Constructor and Description |
---|
BinarySearchTreeEmptyConstructor() |
Modifier and Type | Method and Description |
---|---|
BinarySearchTree<E> |
build(Comparator<E> comparator) |
Class<? extends Tree> |
forClass() |
public BinarySearchTree<E> build(Comparator<E> comparator)
build
in interface EmptySortedTreeConstructor<E,BinaryTreeNode<E>,BinarySearchTree<E>>
public Class<? extends Tree> forClass()
forClass
in interface SPIComponent
forClass
in interface TreeKeyedSPIComponent
Copyright © 2014–2016. All rights reserved.