Package | Description |
---|---|
com.mattunderscore.simple.collections |
Provides an interface for representing simple collections.
|
com.mattunderscore.tree.root.querying | |
com.mattunderscore.trees |
Provides the entry point to the API.
|
com.mattunderscore.trees.base | |
com.mattunderscore.trees.impl | |
com.mattunderscore.trees.query |
Provides ways to query for information about a tree.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayListSimpleCollection<E>
A
SimpleCollection backed by ArrayList . |
class |
DuplicateOnWriteSimpleCollection<E>
A collection that when modified returns a duplicate of the collection.
|
class |
EmptySimpleCollection<E>
Empty simple collection.
|
class |
FixedUncheckedSimpleCollection<E>
Array backed, not typed checked,
SimpleCollection implementation for an immutable
collection from a trusted source. |
class |
WrappingSimpleCollection<E>
Wrap a
Collection as a SimpleCollection . |
Modifier and Type | Method and Description |
---|---|
<E,N extends OpenNode<E,N>> |
QuerierImpl.pathsToLeaves(N node) |
Modifier and Type | Method and Description |
---|---|
SimpleCollection<Class<?>> |
Trees.availableTreeImplementations() |
Modifier and Type | Field and Description |
---|---|
protected SimpleCollection<N> |
ImmutableNode.children |
Modifier and Type | Method and Description |
---|---|
SimpleCollection<Class<?>> |
TreesImpl.availableTreeImplementations() |
Modifier and Type | Method and Description |
---|---|
<E,N extends OpenNode<E,N>> |
Querier.pathsToLeaves(N node)
Find all the paths to leaf nodes from the provided node.
|
default <E,N extends OpenNode<E,N>> |
Querier.pathsToLeaves(Tree<E,N> tree)
Find all the paths to leaf nodes from the root node of the tree.
|
Copyright © 2014–2016. All rights reserved.