|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openarchitectureware.compiler.runtime.util.ParamTypeListComparator
public class ParamTypeListComparator
Constructor Summary | |
---|---|
ParamTypeListComparator()
|
Method Summary | |
---|---|
int |
compare(java.util.List<java.lang.Class<?>> types1,
java.util.List<java.lang.Class<?>> types2)
returns -1 if the second list of types is not assignable to the first list of types returns 0 if the second list of types exactly matches the first list of types returns 1 if the second list of types is assignable to the first list of types |
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 |
---|
public ParamTypeListComparator()
Method Detail |
---|
public int compare(java.util.List<java.lang.Class<?>> types1, java.util.List<java.lang.Class<?>> types2)
compare
in interface java.util.Comparator<java.util.List<java.lang.Class<?>>>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |