com.atlassian.jira.issue.comparator
Class ConstantsComparator

java.lang.Object
  |
  +--com.atlassian.jira.issue.comparator.ConstantsComparator
All Implemented Interfaces:
java.util.Comparator
Direct Known Subclasses:
IssueTypeComparator, PriorityComparator, ResolutionComparator

public abstract class ConstantsComparator
extends java.lang.Object
implements java.util.Comparator

Created by IntelliJ IDEA. User: Mike Date: May 13, 2003 Time: 11:23:36 AM To change this template use Options | File Templates.


Constructor Summary
ConstantsComparator()
           
 
Method Summary
 int compare(java.lang.Object o1, java.lang.Object o2)
           
protected abstract  org.ofbiz.core.entity.GenericValue getConstant(org.ofbiz.core.entity.GenericValue i1)
           
 
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

ConstantsComparator

public ConstantsComparator()
Method Detail

compare

public int compare(java.lang.Object o1,
                   java.lang.Object o2)
Specified by:
compare in interface java.util.Comparator

getConstant

protected abstract org.ofbiz.core.entity.GenericValue getConstant(org.ofbiz.core.entity.GenericValue i1)


Copyright © 2002-2003 Atlassian. All Rights Reserved.