Class CustomFieldComparator
java.lang.Object
com.atlassian.jira.issue.comparator.CustomFieldComparator
- All Implemented Interfaces:
Comparator<org.ofbiz.core.entity.GenericValue>
public class CustomFieldComparator
extends Object
implements Comparator<org.ofbiz.core.entity.GenericValue>
Compares two CustomField
GenericValues.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompare(org.ofbiz.core.entity.GenericValue o1, org.ofbiz.core.entity.GenericValue 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
-
CustomFieldComparator
public CustomFieldComparator()
-
-
Method Details
-
compare
public int compare(org.ofbiz.core.entity.GenericValue o1, org.ofbiz.core.entity.GenericValue o2) - Specified by:
comparein interfaceComparator<org.ofbiz.core.entity.GenericValue>
-