protected abstract static class TrieST.Node extends Object
boolean
leaf
TrieST.Node[]
next
protected
Node(int r)
<T extends TrieST.Node>T
next(int i)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public boolean leaf
public TrieST.Node[] next
protected Node(int r)
public final <T extends TrieST.Node> T next(int i)
Copyright © 2022. All rights reserved.