Package org.hl7.fhir.r5.conformance
Class ShExGenerator.SortById
java.lang.Object
org.hl7.fhir.r5.conformance.ShExGenerator.SortById
- All Implemented Interfaces:
Comparator<StructureDefinition>
- Enclosing class:
ShExGenerator
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
compare
(StructureDefinition arg0, StructureDefinition arg1) Methods inherited from class java.lang.Object
clone, equals, finalize, 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
-
SortById
public SortById()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<StructureDefinition>
-