| Interface | Description |
|---|---|
| Tree |
The central element for this library.
|
| TreeBuilder |
The way for creating Trees.
|
| Class | Description |
|---|---|
| CompoundSelector | |
| Selector | |
| StaticTreeBuilder |
Augments a given tree as
TreeBuilder. |
| TreeIndex |
Index implementation that augments a given tree with some extra index accessors like find by
selector and tag.
|
| Exception | Description |
|---|---|
| TreeAlreadySealedException |
Thrown when
TreeBuilder has been modified (attempted) when seal() has already been
called. |
| TreeException |
General Unchecked exception for the Tree API.
|
Copyright © 2015 rebaze GmbH. All rights reserved.