Package org.opennms.core.collections
Class RadixTreeImpl<T>
- java.lang.Object
-
- org.opennms.core.collections.RadixTreeNodeImpl<T>
-
- org.opennms.core.collections.RadixTreeImpl<T>
-
- Type Parameters:
T
- The content type of each node
- All Implemented Interfaces:
RadixTree<T>
,RadixTreeNode<T>
public class RadixTreeImpl<T> extends RadixTreeNodeImpl<T> implements RadixTree<T>
TheRadixTreeImpl
is just the degenerate case ofRadixTreeNodeImpl
where the content is null and the collection of children is initially empty.- Author:
- Seth
-
-
Constructor Summary
Constructors Constructor Description RadixTreeImpl()
-
Method Summary
-
Methods inherited from class org.opennms.core.collections.RadixTreeNodeImpl
addChildren, getChildren, getContent, setChildren, setContent, size, toString, toStringWithPrefix
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.opennms.core.collections.RadixTreeNode
addChildren, getChildren, getContent, setChildren, setContent, size, toStringWithPrefix
-
-