Interface | Description |
---|---|
TreeVisitor |
The
TreeVisitor interface is to be implemented by all visitor objects
that are applied to hierarchical (tree-like or forest-like) structures to collect
information or to perform transformations. |
Value<T> |
The
Value interface describes objects that store a value of
the specified type. |
Class | Description |
---|---|
BitUtils |
BitUtils class implements some methods for manipulating with bits. |
CollectionUtils |
The CollectionUtils class provides static utility methods for
working with collections.
|
InvariantChecks |
The
InvariantChecks class provides static methods for checking different
kinds of invariants. |
Pair<T,U> | |
Result<E extends java.lang.Enum<E>,T> |
Enum | Description |
---|---|
TreeVisitor.Status |
The
TreeVisitor.Status enumeration describes possible statuses of the visitor. |