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 java.lang.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.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Object
compare
-
Constructor Summary
Constructors Constructor Description Comparison(java.lang.Object compare)
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.velocity.tools.generic.LoopTool.Condition
test
-
-