Package | Description |
---|---|
com.mattunderscore.trees |
Provides the entry point to the API.
|
com.mattunderscore.trees.balanced |
Provides the interfaces for balancing trees.
|
com.mattunderscore.trees.binary |
Provides the interfaces for representing binary trees.
|
com.mattunderscore.trees.construction |
Provides interfaces for constructing trees.
|
com.mattunderscore.trees.mutable |
Provides the basic interfaces for mutable trees and nodes.
|
com.mattunderscore.trees.organised |
Provides the basic interfaces for representing and building trees that organise their own structure.
|
com.mattunderscore.trees.query |
Provides ways to query for information about a tree.
|
com.mattunderscore.trees.selection |
Provides interfaces for selecting nodes and subtrees.
|
com.mattunderscore.trees.sorted |
Provides interfaces for sorted trees creating and working with sorted trees.
|
com.mattunderscore.trees.transformation |
Provides operations to transform trees.
|
com.mattunderscore.trees.traversal |
Provides interfaces and default classes for traversing trees.
|
com.mattunderscore.trees.tree |
Provides the most basic interfaces implemented by trees and nodes.
|
Copyright © 2014–2016. All rights reserved.