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, toStringWithPrefix
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addChildren, getChildren, getContent, setChildren, setContent, size, toStringWithPrefix
Copyright © 2021. All rights reserved.