|
TUM CCSM Commons | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.tum.cs.commons.collections.IdentifierBasedComparatorBase<java.lang.String,java.lang.reflect.Method>
edu.tum.cs.commons.reflect.MethodNameComparator
public class MethodNameComparator
This comparator compares methods by their name.
Field Summary | |
---|---|
static MethodNameComparator |
INSTANCE
Instance of this comparator. |
Constructor Summary | |
---|---|
MethodNameComparator()
|
Method Summary | |
---|---|
protected java.lang.String |
obtainIdentifier(java.lang.reflect.Method method)
Returns method name. |
Methods inherited from class edu.tum.cs.commons.collections.IdentifierBasedComparatorBase |
---|
compare |
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 |
---|
public static final MethodNameComparator INSTANCE
Constructor Detail |
---|
public MethodNameComparator()
Method Detail |
---|
protected java.lang.String obtainIdentifier(java.lang.reflect.Method method)
obtainIdentifier
in class IdentifierBasedComparatorBase<java.lang.String,java.lang.reflect.Method>
|
TUM CCSM Commons | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |