Package | Description |
---|---|
com.mattunderscore.trees.examples | |
com.mattunderscore.trees.impl | |
com.mattunderscore.trees.organised |
Provides the basic interfaces for representing and building trees that organise their own structure.
|
com.mattunderscore.trees.sorted |
Provides interfaces for sorted trees creating and working with sorted trees.
|
Modifier and Type | Method and Description |
---|---|
void |
BalancedTreeExamples.balancedTreeExample(OrganisedTreeBuilder<String,Node<String>,Tree<String,Node<String>>> builder) |
Modifier and Type | Class and Description |
---|---|
class |
SortingTreeBuilderImpl<E,N extends OpenNode<E,N>> |
Modifier and Type | Method and Description |
---|---|
OrganisedTreeBuilder<E,N,T> |
OrganisedTreeBuilder.addElement(E element) |
Modifier and Type | Interface and Description |
---|---|
interface |
SortedTreeBuilder<E,N extends OpenNode<E,N>>
Builder use to create sorted trees.
|
interface |
SortingTreeBuilder<E,N extends OpenNode<E,N>>
Builder used to create sorting trees.
|
Copyright © 2014–2016. All rights reserved.