public static class LoopTool.ActionCondition
extends java.lang.Object
LoopTool.Action and LoopTool.Condition
for a LoopTool.ManagedIterator.| Modifier and Type | Field and Description |
|---|---|
protected LoopTool.Action |
action |
protected LoopTool.Condition |
condition |
| Constructor and Description |
|---|
ActionCondition(LoopTool.Action action,
LoopTool.Condition condition) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(java.lang.Object value)
Returns true if the specified value meets the set
LoopTool.Condition |
protected LoopTool.Condition condition
protected LoopTool.Action action
public ActionCondition(LoopTool.Action action, LoopTool.Condition condition)
public boolean matches(java.lang.Object value)
LoopTool.ConditionCopyright (c) 2003-2007 Apache Software Foundation