接口 LoopTool.Condition

所有已知实现类:
LoopTool.Comparison, LoopTool.Equals
封闭类:
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.
  • 方法概要

    修饰符和类型
    方法
    说明
    boolean
    test(Object value)
     
  • 方法详细资料

    • test

      boolean test(Object value)