Package org.opennms.core.collections
Interface RadixTree<T>
-
- Type Parameters:
T
- The content type of each node
- All Superinterfaces:
RadixTreeNode<T>
- All Known Implementing Classes:
RadixTreeImpl
public interface RadixTree<T> extends RadixTreeNode<T>
This interface doesn't add any methods to theRadixTreeNode
interface. It is used to denote the top of the radix tree. As such, the content of the node is null.- Author:
- Seth
-
-
Method Summary
-
Methods inherited from interface org.opennms.core.collections.RadixTreeNode
addChildren, getChildren, getContent, setChildren, setContent, size, toStringWithPrefix
-
-