Interface TreeUtil.RecurseValidator
-
- Enclosing class:
- TreeUtil
public static interface TreeUtil.RecurseValidator
interface to limit recursion over tree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
recurseAllowed(Object o)
-
-
-
Method Detail
-
recurseAllowed
boolean recurseAllowed(Object o)
-
-