org.apache.velocity.tools.generic
Class LoopTool.Comparison
java.lang.Object
org.apache.velocity.tools.generic.LoopTool.Comparison
- All Implemented Interfaces:
- LoopTool.Condition
- Direct Known Subclasses:
- LoopTool.Equals
- Enclosing class:
- LoopTool
public abstract static class LoopTool.Comparison
- extends Object
- implements LoopTool.Condition
Base condition class for conditions (assumption here is that
conditions are all comparative. Not much else makes sense to me
for this context at this point.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
compare
protected Object compare
LoopTool.Comparison
public LoopTool.Comparison(Object compare)
Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.