Package | Description |
---|---|
com.mattunderscore.trees |
Provides the entry point to the API.
|
com.mattunderscore.trees.examples | |
com.mattunderscore.trees.impl |
Modifier and Type | Method and Description |
---|---|
static Trees |
Trees.get()
Obtain an instance of the API.
|
Modifier and Type | Method and Description |
---|---|
void |
CompleteExample.createTree(Trees trees) |
void |
CompleteExample.lambdaMatcher(Trees trees,
Tree<String,Node<String>> tree) |
void |
CompleteExample.nodeSelector(Trees trees,
Tree<String,Node<String>> tree) |
void |
CompleteExample.sum(Trees trees,
Tree<Integer,Node<Integer>> tree)
Sum all the values in an integer tree.
|
void |
CompleteExample.treeSelector(Trees trees,
Tree<String,Node<String>> tree) |
Modifier and Type | Class and Description |
---|---|
class |
TreesImpl
Implementation of
Trees . |
Copyright © 2014–2016. All rights reserved.