org.mule.api.transport
Class PropertyScope.ScopeComparator

java.lang.Object
  extended by org.mule.api.transport.PropertyScope.ScopeComparator
All Implemented Interfaces:
Serializable, Comparator<PropertyScope>
Enclosing class:
PropertyScope

public static class PropertyScope.ScopeComparator
extends Object
implements Comparator<PropertyScope>, Serializable

Used for comparing PropertyScope instances in a map. The PropertyScope.getOrder() property is used to determine the order in the map

See Also:
Serialized Form

Constructor Summary
PropertyScope.ScopeComparator()
           
 
Method Summary
 int compare(PropertyScope o, PropertyScope o1)
           
 
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

PropertyScope.ScopeComparator

public PropertyScope.ScopeComparator()
Method Detail

compare

public int compare(PropertyScope o,
                   PropertyScope o1)
Specified by:
compare in interface Comparator<PropertyScope>


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.