public class TrieNode extends Object
TrieNode[]
children
boolean
isWord
TrieNode()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TrieNode[] children
public boolean isWord
public TrieNode()
Copyright © 2021. All rights reserved.