public interface IssueSortComparator
Modifier and Type | Method and Description |
---|---|
int |
compare(Issue issue1,
Issue issue2)
Compare 2 issues.
|
Issue |
getIssueFromDocument(org.apache.lucene.document.Document document)
Get an Issue object from a Lucene Document
|
int compare(Issue issue1, Issue issue2)
issue1
- First Issueissue2
- Second IssueIssue getIssueFromDocument(org.apache.lucene.document.Document document)
document
- A lucene document, that must be an Issue documentCopyright © 2002-2015 Atlassian. All Rights Reserved.