Class CollectionTool.PropertiesComparator
java.lang.Object
org.apache.velocity.tools.generic.CollectionTool.PropertiesComparator
- All Implemented Interfaces:
Serializable, Comparator
- Enclosing class:
CollectionTool
public static class CollectionTool.PropertiesComparator
extends Object
implements Comparator, Serializable
Does all of the comparisons
- Since:
- VelocityTools 3.0
- Version:
- $Id$
- Author:
- S. Brett Sutton, Nathan Bubna
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Field Details
-
TYPE_ASCENDING_SHORT
- See Also:
-
TYPE_DESCENDING_SHORT
- See Also:
-
-
Constructor Details
-
PropertiesComparator
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator
-