Package com.atlassian.bamboo.plan.cache
Class PlanBranchGist.PlanNameCaseInsensitiveComparator
- java.lang.Object
-
- com.atlassian.bamboo.plan.cache.PlanBranchGist.PlanNameCaseInsensitiveComparator
-
- All Implemented Interfaces:
Comparator<PlanBranchGist>
- Enclosing class:
- PlanBranchGist
public static class PlanBranchGist.PlanNameCaseInsensitiveComparator extends Object implements Comparator<PlanBranchGist>
-
-
Field Summary
Fields Modifier and Type Field Description static com.google.common.collect.Ordering<PlanBranchGist>
ORDERING
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(PlanBranchGist p1, PlanBranchGist p2)
-
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
-
-
-
-
Field Detail
-
ORDERING
public static final com.google.common.collect.Ordering<PlanBranchGist> ORDERING
-
-
Method Detail
-
compare
public int compare(PlanBranchGist p1, PlanBranchGist p2)
- Specified by:
compare
in interfaceComparator<PlanBranchGist>
-
-