java.util.Comparator<HelpTopic>
public class HelpTopicComparator extends java.lang.Object implements java.util.Comparator<HelpTopic>
All topics are listed in alphabetic order, but topics that start with a slash come after topics that don't.
Modifier and Type | Class | Description |
---|---|---|
static class |
HelpTopicComparator.TopicNameComparator |
Modifier and Type | Method | Description |
---|---|---|
int |
compare(HelpTopic lhs,
HelpTopic rhs) |
|
static HelpTopicComparator |
helpTopicComparatorInstance() |
|
static HelpTopicComparator.TopicNameComparator |
topicNameComparatorInstance() |
public static HelpTopicComparator.TopicNameComparator topicNameComparatorInstance()
public static HelpTopicComparator helpTopicComparatorInstance()
Copyright © 2018. All rights reserved.