|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
See MapUtils.apply(Map, int, INodeApplicator)
and
MapUtils.apply(Node, Node, int, INodeApplicator)
.
Field Summary | |
static int |
SEARCH_CONTINUE
Continue applying nodes (return value of apply(Node, Node) ) |
static int |
SEARCH_STOP
Don't apply any more nodes (return value of apply(Node, Node) ) |
static int |
SEARCH_TRIM
Don't apply any nodes underneath the current node
(return value of apply(Node, Node) ) |
Method Summary | |
int |
apply(Node parentNode,
Node node)
|
Field Detail |
public static final int SEARCH_CONTINUE
apply(Node, Node)
)
public static final int SEARCH_TRIM
node
(return value of apply(Node, Node)
)
public static final int SEARCH_STOP
apply(Node, Node)
)
Method Detail |
public int apply(Node parentNode, Node node)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |