Package org.jboss.jandex
Class RecordComponentInternal.NameComparator
java.lang.Object
org.jboss.jandex.RecordComponentInternal.NameComparator
- All Implemented Interfaces:
Comparator<RecordComponentInternal>
- Enclosing class:
RecordComponentInternal
static class RecordComponentInternal.NameComparator
extends Object
implements Comparator<RecordComponentInternal>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate int
compare
(byte[] left, byte[] right) int
compare
(RecordComponentInternal instance, RecordComponentInternal 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
-
NameComparator
NameComparator()
-
-
Method Details
-
compare
private int compare(byte[] left, byte[] right) -
compare
- Specified by:
compare
in interfaceComparator<RecordComponentInternal>
-