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