com.atlassian.jira.issue.attachment
Class AttachmentComparator

java.lang.Object
  extended by com.atlassian.jira.issue.attachment.AttachmentComparator
All Implemented Interfaces:
Comparator

public class AttachmentComparator
extends Object
implements Comparator


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

AttachmentComparator

public AttachmentComparator()
Method Detail

getInstance

public static AttachmentComparator getInstance()

compare

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


Copyright © 2002-2009 Atlassian. All Rights Reserved.