Interface LoopTool.Condition
-
- All Known Implementing Classes:
LoopTool.Comparison
,LoopTool.Equals
- Enclosing class:
- LoopTool
public static interface LoopTool.Condition
Represents a function into which aLoopTool.ManagedIterator
can pass it's next element to see if anLoopTool.Action
should be taken.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
test(java.lang.Object value)
-