|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Function | |
---|---|
org.melati.util | An assortment of useful objects. |
Uses of Function in org.melati.util |
---|
Methods in org.melati.util with parameters of type Function | |
---|---|
Vector<TreeNode> |
Tree.apply(Function func,
int depthP,
boolean depthFirst)
Apply the Function to each node in the tree. |
Vector<TreeNode> |
Tree.applyBreadthFirst(Function func)
Apply a function to all nodes, breadth first. |
Vector<TreeNode> |
Tree.applyBreadthFirst(Function func,
int depthP)
Apply a function to all nodes to a given depth, breadth first. |
Vector<TreeNode> |
Tree.applyDepthFirst(Function func)
Apply a function to all nodes, depth first. |
Vector<TreeNode> |
Tree.applyDepthFirst(Function func,
int depthP)
Apply a function to all nodes to a given depth, depth first. |
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |