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 |
---|---|
class |
BinaryTreeConverter<E> |
Modifier and Type | Method and Description |
---|---|
<E,N extends OpenNode<E,N>,T extends Tree<E,N>> |
TreeConverterSupplier.get(Class<T> klass) |
Modifier and Type | Class and Description |
---|---|
class |
Converter<E>
Implementation of
TreeConverter for
MutableTreeImpl . |
Copyright © 2014–2016. All rights reserved.