Package | Description |
---|---|
com.mattunderscore.trees.construction |
Provides interfaces for constructing trees.
|
com.mattunderscore.trees.impl |
Modifier and Type | Method and Description |
---|---|
<E,N extends OpenNode<E,N>> |
TreeBuilderFactory.sortedTreeBuilder(Comparator<E> comparator,
SortingAlgorithm algorithm)
Obtain an
OrganisedTreeBuilder that creates sorted trees. |
<E extends Comparable<E>,N extends OpenNode<E,N>> |
TreeBuilderFactory.sortedTreeBuilder(SortingAlgorithm algorithm)
Obtain an
OrganisedTreeBuilder that creates sorted trees. |
Modifier and Type | Method and Description |
---|---|
<E,N extends OpenNode<E,N>> |
TreeBuilderFactoryImpl.sortedTreeBuilder(Comparator<E> comparator,
SortingAlgorithm algorithm) |
<E extends Comparable<E>,N extends OpenNode<E,N>> |
TreeBuilderFactoryImpl.sortedTreeBuilder(SortingAlgorithm algorithm) |
Copyright © 2014–2016. All rights reserved.