T
- The content type of each nodepublic interface RadixTree<T> extends RadixTreeNode<T>
RadixTreeNode
interface. It is used to denote the top of the radix tree. As such,
the content of the node is null.addChildren, getChildren, getContent, setChildren, setContent, size, toStringWithPrefix
Copyright © 2021. All rights reserved.