org.apache.velocity.tools.generic
Class LoopTool.Equals
java.lang.Object
org.apache.velocity.tools.generic.LoopTool.Comparison
org.apache.velocity.tools.generic.LoopTool.Equals
- All Implemented Interfaces:
- LoopTool.Condition
- Enclosing class:
- LoopTool
public static class LoopTool.Equals
- extends LoopTool.Comparison
Simple condition that checks elements in the iterator
for equality to a specified Object.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoopTool.Equals
public LoopTool.Equals(Object compare)
test
public boolean test(Object value)
Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.