public class VariableComparator extends Object implements Comparator<org.mule.devkit.model.Variable>
| Constructor and Description |
|---|
VariableComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(org.mule.devkit.model.Variable variable1,
org.mule.devkit.model.Variable variable2)
Compares two
VariableElement using the following order:
1) strings
2) integers
3) booleans
4) enums
5) collections and maps
For same types or types not listed here, order alphabetically. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalspublic int compare(org.mule.devkit.model.Variable variable1, org.mule.devkit.model.Variable variable2)
VariableElement using the following order:
1) strings
2) integers
3) booleans
4) enums
5) collections and maps
For same types or types not listed here, order alphabetically.compare in interface Comparator<org.mule.devkit.model.Variable>Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.