Class DefaultKeyComparator
java.lang.Object
de.hybris.platform.acceleratorservices.velocity.eval.key.DefaultKeyComparator
- All Implemented Interfaces:
Serializable,Comparator<EvaluatedRow<String,Map<?, ?>>>
public class DefaultKeyComparator
extends Object
implements Comparator<EvaluatedRow<String,Map<?,?>>>, Serializable
Natural comparator based on the keys
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompare(EvaluatedRow<String, Map<?, ?>> o1, EvaluatedRow<String, Map<?, ?>> o2) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
DefaultKeyComparator
public DefaultKeyComparator()
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<EvaluatedRow<String,Map<?, ?>>>
-