Package org.jboss.logging.processor.apt
Class ReportFileGenerator.MessageMethodSortComparator
java.lang.Object
org.jboss.logging.processor.apt.ReportFileGenerator.MessageMethodSortComparator
- All Implemented Interfaces:
Comparator<MessageMethod>
- Enclosing class:
- ReportFileGenerator
private static class ReportFileGenerator.MessageMethodSortComparator
extends Object
implements Comparator<MessageMethod>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final ReportFileGenerator.MessageMethodSortComparator
-
Constructor Summary
Constructors -
Method Summary
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
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MessageMethodSortComparator
private MessageMethodSortComparator()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<MessageMethod>
-