com.atlassian.greenhopper.service.rank
Class ParentChildLexoRankableComparator

java.lang.Object
  extended by com.atlassian.greenhopper.service.rank.ParentChildLexoRankableComparator
All Implemented Interfaces:
java.util.Comparator<Rankable>

public class ParentChildLexoRankableComparator
extends java.lang.Object
implements java.util.Comparator<Rankable>


Field Summary
protected  LoggerWrapper log
           
 
Constructor Summary
ParentChildLexoRankableComparator(com.atlassian.jira.issue.fields.CustomField rankField, LexoRankService lexoRankService, RankableFactory rankableFactory, com.atlassian.jira.issue.IssueManager issueManager)
           
 
Method Summary
 int compare(Rankable first, Rankable second)
           
 
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
 

Field Detail

log

protected final LoggerWrapper log
Constructor Detail

ParentChildLexoRankableComparator

public ParentChildLexoRankableComparator(com.atlassian.jira.issue.fields.CustomField rankField,
                                         LexoRankService lexoRankService,
                                         RankableFactory rankableFactory,
                                         com.atlassian.jira.issue.IssueManager issueManager)
Method Detail

compare

public int compare(Rankable first,
                   Rankable second)
Specified by:
compare in interface java.util.Comparator<Rankable>


Copyright © 2007-2014 Atlassian. All Rights Reserved.