Class HelpTopicComparator

java.lang.Object
org.bukkit.help.HelpTopicComparator
All Implemented Interfaces:
java.util.Comparator<HelpTopic>

public class HelpTopicComparator
extends java.lang.Object
implements java.util.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.