Uses of Class
com.atlassian.greenhopper.util.AbstractComparator.Result

Packages that use AbstractComparator.Result
com.atlassian.greenhopper.util   
 

Uses of AbstractComparator.Result in com.atlassian.greenhopper.util
 

Methods in com.atlassian.greenhopper.util that return AbstractComparator.Result
protected abstract  AbstractComparator.Result AbstractComparator.doCompare(T one, T other)
           
static AbstractComparator.Result AbstractComparator.Result.lookup(int value)
           
protected  AbstractComparator.Result AbstractComparator.nullCheck(java.lang.Object one, java.lang.Object other)
           
static AbstractComparator.Result AbstractComparator.Result.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AbstractComparator.Result[] AbstractComparator.Result.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2007-2013 Atlassian. All Rights Reserved.