public class MethodNameComparator extends IdentifierBasedComparatorBase<java.lang.String,java.lang.reflect.Method>
Modifier and Type | Field and Description |
---|---|
static MethodNameComparator |
INSTANCE
Instance of this comparator.
|
Constructor and Description |
---|
MethodNameComparator() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
obtainIdentifier(java.lang.reflect.Method method)
Returns method name.
|
compare
public static final MethodNameComparator INSTANCE
public MethodNameComparator()
protected java.lang.String obtainIdentifier(java.lang.reflect.Method method)
obtainIdentifier
in class IdentifierBasedComparatorBase<java.lang.String,java.lang.reflect.Method>