public class GenericValueComparator extends Object implements Comparator<org.ofbiz.core.entity.GenericValue>
Constructor and Description |
---|
GenericValueComparator(String field) |
GenericValueComparator(String field,
Comparator<Object> delegate) |
Modifier and Type | Method and Description |
---|---|
int |
compare(org.ofbiz.core.entity.GenericValue o1,
org.ofbiz.core.entity.GenericValue o2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public GenericValueComparator(String field)
public GenericValueComparator(String field, Comparator<Object> delegate)
public int compare(org.ofbiz.core.entity.GenericValue o1, org.ofbiz.core.entity.GenericValue o2)
compare
in interface Comparator<org.ofbiz.core.entity.GenericValue>
Copyright © 2002-2017 Atlassian. All Rights Reserved.