Package org.bukkit.help
Class HelpTopicComparator
java.lang.Object
org.bukkit.help.HelpTopicComparator
- All Implemented Interfaces:
- Comparator<HelpTopic>
Used to impose a custom total ordering on help topics.
 
All topics are listed in alphabetic order, but topics that start with a slash come after topics that don't.
- 
Nested Class SummaryNested Classes
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparatorequals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
- 
Method Details- 
topicNameComparatorInstance@NotNull public static @NotNull HelpTopicComparator.TopicNameComparator topicNameComparatorInstance()
- 
helpTopicComparatorInstance
- 
compare- Specified by:
- comparein interface- Comparator<HelpTopic>
 
 
-