com.atlassian.bamboo.deployments.environments
Class EnvironmentOrdering

java.lang.Object
  extended by com.google.common.collect.Ordering<InternalEnvironment>
      extended by com.atlassian.bamboo.deployments.environments.EnvironmentOrdering
All Implemented Interfaces:
java.util.Comparator<InternalEnvironment>

public class EnvironmentOrdering
extends com.google.common.collect.Ordering<InternalEnvironment>


Field Summary
static EnvironmentOrdering ORDERING
           
 
Method Summary
 int compare(InternalEnvironment o1, InternalEnvironment o2)
           
 
Methods inherited from class com.google.common.collect.Ordering
arbitrary, binarySearch, compound, compound, explicit, explicit, from, from, greatestOf, immutableSortedCopy, isOrdered, isStrictlyOrdered, leastOf, lexicographical, max, max, max, 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
 

Field Detail

ORDERING

public static EnvironmentOrdering ORDERING
Method Detail

compare

public int compare(@Nullable
                   InternalEnvironment o1,
                   @Nullable
                   InternalEnvironment o2)
Specified by:
compare in interface java.util.Comparator<InternalEnvironment>
Specified by:
compare in class com.google.common.collect.Ordering<InternalEnvironment>


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.