Class PlanSummary.NameAndBranchOrdering
- java.lang.Object
-
- com.google.common.collect.Ordering<PlanSummary>
-
- com.atlassian.bamboo.plugins.jira.rest.model.build.PlanSummary.NameAndBranchOrdering
-
- All Implemented Interfaces:
Comparator<PlanSummary>
- Enclosing class:
- PlanSummary
public static class PlanSummary.NameAndBranchOrdering extends com.google.common.collect.Ordering<PlanSummary>
-
-
Constructor Summary
Constructors Constructor Description NameAndBranchOrdering()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(@Nullable PlanSummary left, @Nullable PlanSummary right)
-
Methods inherited from class com.google.common.collect.Ordering
allEqual, arbitrary, binarySearch, compound, compound, explicit, explicit, from, from, greatestOf, greatestOf, immutableSortedCopy, isOrdered, isStrictlyOrdered, leastOf, leastOf, lexicographical, max, max, max, max, min, min, min, min, natural, nullsFirst, nullsLast, onResultOf, reverse, sortedCopy, usingToString
-
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, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-
-
-
Method Detail
-
compare
public int compare(@Nullable @Nullable PlanSummary left, @Nullable @Nullable PlanSummary right)
- Specified by:
compare
in interfaceComparator<PlanSummary>
- Specified by:
compare
in classcom.google.common.collect.Ordering<PlanSummary>
-
-