T - The content type of each nodepublic class RadixTreeImpl<T> extends RadixTreeNodeImpl<T> implements RadixTree<T>
RadixTreeImpl is just the degenerate case of RadixTreeNodeImpl
 where the content is null and the collection of children is initially empty.| Constructor and Description | 
|---|
RadixTreeImpl()  | 
addChildren, getChildren, getContent, setChildren, setContent, size, toString, toStringWithPrefixclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddChildren, getChildren, getContent, setChildren, setContent, size, toStringWithPrefixCopyright © 2021. All rights reserved.