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 int
compare
(byte[] left, byte[] right) int
compare
(MethodInternal instance, MethodInternal instance2) 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, 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:
compare
in interfaceComparator<MethodInternal>
-