com.atlassian.jira.scheme
Class SchemeGVNameComparator

java.lang.Object
  extended by com.atlassian.jira.scheme.SchemeGVNameComparator
All Implemented Interfaces:
Comparator

public class SchemeGVNameComparator
extends Object
implements Comparator

This is a Comparator for generic value schemes that sorts by name ignoring case.


Constructor Summary
SchemeGVNameComparator()
           
 
Method Summary
 int compare(Object o1, Object o2)
           
static SchemeGVNameComparator getInstance()
           
 
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

SchemeGVNameComparator

public SchemeGVNameComparator()
Method Detail

getInstance

public static SchemeGVNameComparator getInstance()

compare

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


Copyright © 2002-2007 Atlassian. All Rights Reserved.