Package org.opennms.core.collections
-
Interface Summary Interface Description LazyList.Loader<E> LazySet.Loader<E> RadixTree<T> This interface doesn't add any methods to theRadixTreeNode
interface.RadixTreeNode<T> This interface describes a node of a radix tree.RadixTreeNodeVisitor<T> -
Class Summary Class Description JdbcSet<E> JdbcSet class.LazyList<E> LazySet<E> LazySet class.RadixTreeImpl<T> TheRadixTreeImpl
is just the degenerate case ofRadixTreeNodeImpl
where the content is null and the collection of children is initially empty.RadixTreeNodeImpl<T> This class implements theRadixTreeNode
interface by storing an instance of the content and aCollection
of child nodes.