Interface LoopTool.Condition

All Known Implementing Classes:
LoopTool.Comparison, LoopTool.Equals
Enclosing class:
LoopTool

public static interface LoopTool.Condition
Represents a function into which a LoopTool.ManagedIterator can pass it's next element to see if an LoopTool.Action should be taken.
Version:
$Id: LoopTool.java 590893 2007-11-01 04:40:21Z nbubna $
Author:
Nathan Bubna
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(Object value)
     
  • Method Details

    • test

      boolean test(Object value)