| Interface | Description |
|---|---|
| RadixTree<T> |
This interface represent the operation of a radix tree.
|
| Visitor<T,R> |
The visitor interface that is used by
RadixTreeImpl for perfroming
task on a searched node. |
| Class | Description |
|---|---|
| RadixTreeImpl<T> |
Implementation for Radix tree
RadixTree |
| VisitorImpl<T,R> |
A simple standard implementation for a
visitor. |
| Exception | Description |
|---|---|
| DuplicateKeyException |
excepion thrown if a duplicate key is inserted in a
RadixTree |
Copyright © 2015 Bluebrain Project. All rights reserved.