- All Superinterfaces:
-
java.io.Serializable, java.util.Comparator<T>
class FormalParameterListComparator
extends java.lang.Object
implements java.util.Comparator<T>, java.io.Serializable
Comparator of lists of formal parameters.
- Maven Group Identifier:
-
- Maven Artifact Identifier:
-
Constructor Summary
Constructor and description |
new |
Action Summary
Constructor Details
- new
-
new
Action Details
- compare(EList<E>,EList<E>)
-
def compare(EList<E>,EList<E>) : int
- compare(XtendParameter,XtendParameter)
-
def compare(XtendParameter,XtendParameter) : int
Compare the two formal parameters.
- Parameters:
-
p1 -
p2 -
- Returns:
-