Package org.semanticweb.owlapi.util
Class IRIComparator
java.lang.Object
org.semanticweb.owlapi.util.IRIComparator
- All Implemented Interfaces:
Serializable
,Comparator<IRI>
A ShortFormProvider based comparator for IRIs. IRIs are sorted according to
their short forms.
- Since:
- 4.0.0
- Author:
- ignazio
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
IRIComparator
- Parameters:
iriShortFormProvider
- IRI short form provider
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<IRI>
-