Package | Description |
---|---|
com.mattunderscore.trees.binary |
Provides the interfaces for representing binary trees.
|
com.mattunderscore.trees.impl.suppliers.impl | |
com.mattunderscore.trees.mutable |
Provides the basic interfaces for mutable trees and nodes.
|
Modifier and Type | Class and Description |
---|---|
static class |
BinaryTreeNodeImpl.BinaryTreeConstructor<E> |
Modifier and Type | Method and Description |
---|---|
<E,N extends OpenNode<E,N>,T extends Tree<E,N>> |
TreeConstructorSupplier.get(Class<T> klass) |
Modifier and Type | Class and Description |
---|---|
class |
Constructor<E>
Implementation of
TreeConstructor for
MutableTreeImpl . |
Copyright © 2014–2016. All rights reserved.