Uses of Class
edu.toronto.cs.util.NaryTree

Packages that use NaryTree
edu.toronto.cs.util Miscellaneous useful utility classes. 
 

Uses of NaryTree in edu.toronto.cs.util
 

Methods in edu.toronto.cs.util that return NaryTree
 NaryTree NaryTree.getChild(java.lang.Object id)
          Gets the child with the specified id.
 

Methods in edu.toronto.cs.util with parameters of type NaryTree
 void NaryTree.setChild(java.lang.Object id, NaryTree child)
          Changes the nth child of the NaryTree.