com.atlassian.jira.issue.comparator
Class ProjectComparator

java.lang.Object
  extended by com.atlassian.jira.issue.comparator.ProjectComparator
All Implemented Interfaces:
Comparator

public class ProjectComparator
extends Object
implements Comparator


Constructor Summary
ProjectComparator()
           
 
Method Summary
 int compare(Object o1, Object o2)
           
static int compareKeys(String key1, String key2)
           
 
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

ProjectComparator

public ProjectComparator()
Method Detail

compare

public int compare(Object o1,
                   Object o2)
Specified by:
compare in interface Comparator

compareKeys

public static int compareKeys(String key1,
                              String key2)


Copyright © 2002-2013 Atlassian. All Rights Reserved.