Package org.jboss.jandex
Class FieldInternal.NameComparator
java.lang.Object
org.jboss.jandex.FieldInternal.NameComparator
- All Implemented Interfaces:
Comparator<FieldInternal>
- Enclosing class:
FieldInternal
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate int
compare
(byte[] left, byte[] right) int
compare
(FieldInternal instance, FieldInternal 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<FieldInternal>
-