See: Description
Interface | Description |
---|---|
AATreeSet.Node<E> |
Interface implemented by nodes within this tree.
|
Class | Description |
---|---|
AATreeSet<T extends java.lang.Comparable> |
A AA-Tree based SortedSet implementation
|
AATreeSet.AbstractTreeNode<E> |
Abstract node implementation that can be extended with a custom payload.
|
AATreeSet.TerminalNode<E> |
Node implementation that is used to mark the terminal (leaf) nodes of the tree.
|
AATreeSet.TreeNode<E extends java.lang.Comparable> |
Default Comparable wrapping node implementation.
|
FileAllocationTree |
File allocation tree allows C-like alloc/free operations on a random access file.
|
Region |
Class that represents the regions held within this set.
|
RegionSet |
A region set based on an augmented AA-Tree.
|