com.atlassian.jira.sharing.search
Class GenericValueComparator

java.lang.Object
  extended by 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

Constructor Summary
GenericValueComparator(String field)
           
GenericValueComparator(String field, Comparator<Object> delegate)
           
 
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
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

GenericValueComparator

public GenericValueComparator(String field)

GenericValueComparator

public GenericValueComparator(String field,
                              Comparator<Object> delegate)
Method Detail

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-2009 Atlassian. All Rights Reserved.