Package net.ontopia.topicmaps.utils
Class TopicComparators
java.lang.Object
net.ontopia.topicmaps.utils.TopicComparators
INTERNAL: A collection of topic related comparators.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic <E> Comparator<E>getCaseInsensitiveComparator(Function<E, String> stringifier) static Comparator<TopicIF>getTopicNameComparator(Collection<TopicIF> scope) static Comparator<TypedIF>static Comparator<TypedIF>getTypedIFComparator(Collection<TopicIF> scope)
-
Field Details
-
tyc
-
-
Method Details
-
getTopicNameComparator
-
getTypedIFComparator
-
getTypedIFComparator
-
getCaseInsensitiveComparator
-