com.atlassian.jira.issue.attachment
Class AttachmentComparator

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

public class AttachmentComparator
extends Object
implements Comparator<Attachment>


Constructor Summary
AttachmentComparator()
           
 
Method Summary
 int compare(Attachment a1, Attachment a2)
           
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(Attachment a1,
                   Attachment a2)
Specified by:
compare in interface Comparator<Attachment>


Copyright © 2002-2009 Atlassian. All Rights Reserved.