public class HelpTopicComparator extends Object implements Comparator<HelpTopic>
All topics are listed in alphabetic order, but topics that start with a slash come after topics that don't.
修飾子とタイプ | クラスと説明 |
---|---|
static class |
HelpTopicComparator.TopicNameComparator |
修飾子とタイプ | メソッドと説明 |
---|---|
int |
compare(HelpTopic lhs,
HelpTopic rhs) |
static HelpTopicComparator |
helpTopicComparatorInstance() |
static HelpTopicComparator.TopicNameComparator |
topicNameComparatorInstance() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public static HelpTopicComparator.TopicNameComparator topicNameComparatorInstance()
public static HelpTopicComparator helpTopicComparatorInstance()
public int compare(HelpTopic lhs, HelpTopic rhs)
compare
インタフェース内 Comparator<HelpTopic>
Copyright © 2016. All rights reserved.