Interface | Description |
---|---|
LazyList.Loader<E> | |
LazySet.Loader<E> | |
RadixTree<T> |
This interface doesn't add any methods to the
RadixTreeNode
interface. |
RadixTreeNode<T> |
This interface describes a node of a radix tree.
|
RadixTreeNodeVisitor<T> |
Class | Description |
---|---|
JdbcSet<E> |
JdbcSet class.
|
LazyList<E> | |
LazySet<E> |
LazySet class.
|
RadixTreeImpl<T> |
The
RadixTreeImpl is just the degenerate case of RadixTreeNodeImpl
where the content is null and the collection of children is initially empty. |
RadixTreeNodeImpl<T> |
This class implements the
RadixTreeNode interface by storing an
instance of the content and a Collection of child nodes. |
Copyright © 2021. All rights reserved.