Package org.jboss.jandex
Class MethodInternal.NameAndParameterComponentComparator
java.lang.Object
org.jboss.jandex.MethodInternal.NameAndParameterComponentComparator
- All Implemented Interfaces:
Comparator<MethodInternal>
- Enclosing class:
MethodInternal
private static final class MethodInternal.NameAndParameterComponentComparator
extends Object
implements Comparator<MethodInternal>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate intcompare(byte[] left, byte[] right) intcompare(MethodInternal instance, MethodInternal instance2) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
NameAndParameterComponentComparator
private NameAndParameterComponentComparator()
-
-
Method Details
-
compare
private int compare(byte[] left, byte[] right) -
compare
- Specified by:
comparein interfaceComparator<MethodInternal>
-