public static class LoopTool.ActionCondition extends 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(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(Object value)
LoopTool.Condition
value
- value to testCopyright © 2002–2021 The Apache Software Foundation. All rights reserved.