com.atlassian.jira.sharing.search
Class GenericValueComparator
java.lang.Object
com.atlassian.jira.sharing.search.GenericValueComparator
- All Implemented Interfaces:
- Comparator<org.ofbiz.core.entity.GenericValue>
public class GenericValueComparator
- extends Object
- implements Comparator<org.ofbiz.core.entity.GenericValue>
A comparator that gets a value from a GenericValue and then delegates
comparison to either natural order or a specified delegate
- Since:
- v3.13
Method Summary |
int |
compare(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, wait |
GenericValueComparator
public GenericValueComparator(String field)
GenericValueComparator
public GenericValueComparator(String field,
Comparator<Object> delegate)
compare
public int compare(org.ofbiz.core.entity.GenericValue o1,
org.ofbiz.core.entity.GenericValue o2)
- Specified by:
compare
in interface Comparator<org.ofbiz.core.entity.GenericValue>
Copyright © 2002-2012 Atlassian. All Rights Reserved.