类 LoopTool.Equals

java.lang.Object
org.apache.velocity.tools.generic.LoopTool.Comparison
org.apache.velocity.tools.generic.LoopTool.Equals
所有已实现的接口:
LoopTool.Condition
封闭类:
LoopTool

public static class LoopTool.Equals extends LoopTool.Comparison
Simple condition that checks elements in the iterator for equality to a specified Object.
  • 构造器详细资料

    • Equals

      public Equals(Object compare)
  • 方法详细资料

    • test

      public boolean test(Object value)