|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.greenhopper.util.AbstractComparator<TreeNode<T>>
com.atlassian.greenhopper.service.hierarchy.TreeNodeComparator<T>
public class TreeNodeComparator<T>
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.atlassian.greenhopper.util.AbstractComparator |
---|
AbstractComparator.Result |
Constructor Summary | |
---|---|
TreeNodeComparator(java.util.Comparator<T> comp)
|
Method Summary | |
---|---|
protected AbstractComparator.Result |
doCompare(TreeNode<T> one,
TreeNode<T> other)
|
Methods inherited from class com.atlassian.greenhopper.util.AbstractComparator |
---|
compare, nullCheck |
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 |
---|
public TreeNodeComparator(java.util.Comparator<T> comp)
Method Detail |
---|
protected AbstractComparator.Result doCompare(TreeNode<T> one, TreeNode<T> other)
doCompare
in class AbstractComparator<TreeNode<T>>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |