com.atlassian.jira.ofbiz
Class OfBizDateFieldComparator
java.lang.Object
com.atlassian.jira.ofbiz.OfBizDateFieldComparator
- All Implemented Interfaces:
- Comparator<org.ofbiz.core.entity.GenericValue>
public class OfBizDateFieldComparator
- extends Object
- implements Comparator<org.ofbiz.core.entity.GenericValue>
Compares two GenericValue objects based on a given Date field.
Note that this Comparator orders null at the end.
- Since:
- v4.3
Method Summary |
int |
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 |
OfBizDateFieldComparator
public OfBizDateFieldComparator(String fieldName)
compare
public int compare(org.ofbiz.core.entity.GenericValue gv1,
org.ofbiz.core.entity.GenericValue gv2)
- Specified by:
compare
in interface Comparator<org.ofbiz.core.entity.GenericValue>
Copyright © 2002-2012 Atlassian. All Rights Reserved.