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 the RadixTreeNode interface. It is used to denote the top of the radix tree. As such, the content of the node is null.
    Author:
    Seth