Class LocaleSensitiveGenericValueComparator
java.lang.Object
com.atlassian.jira.issue.comparator.LocaleSensitiveGenericValueComparator
- All Implemented Interfaces:
Comparator<org.ofbiz.core.entity.GenericValue>
public class LocaleSensitiveGenericValueComparator
extends Object
implements Comparator<org.ofbiz.core.entity.GenericValue>
Compares a generic value using the provided locale to do an i18n string compare on the value specified by the
entity column.
- Since:
- v4.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
compare
(org.ofbiz.core.entity.GenericValue gv1, org.ofbiz.core.entity.GenericValue gv2) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
LocaleSensitiveGenericValueComparator
-
-
Method Details
-
compare
public int compare(org.ofbiz.core.entity.GenericValue gv1, org.ofbiz.core.entity.GenericValue gv2) - Specified by:
compare
in interfaceComparator<org.ofbiz.core.entity.GenericValue>
-