public class

AttachmentCreationDateComparator

extends Object
implements Comparator<T>
java.lang.Object
   ↳ com.atlassian.jira.issue.attachment.AttachmentCreationDateComparator

Class Overview

Attachment Comparator based on creation date in ascending order

Summary

Public Constructors
AttachmentCreationDateComparator()
Public Methods
int compare(Attachment attachment1, Attachment attachment2)
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.util.Comparator

Public Constructors

public AttachmentCreationDateComparator ()

Public Methods

public int compare (Attachment attachment1, Attachment attachment2)