Class TopicNameComparator
java.lang.Object
net.ontopia.topicmaps.nav.utils.comparators.TopicNameComparator
- All Implemented Interfaces:
Comparator<TopicNameIF>
INTERNAL: A Comparator for ordering TopicNameIFs alphabetically
(case-independent).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompare(TopicNameIF o1, TopicNameIF o2) Compares two TopicNameIFs.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
TopicNameComparator
public TopicNameComparator()
-
-
Method Details
-
compare
Compares two TopicNameIFs.- Specified by:
comparein interfaceComparator<TopicNameIF>
-