Package org.hl7.fhir.r4.conformance
Class ShExGenerator.SortById
- java.lang.Object
-
- org.hl7.fhir.r4.conformance.ShExGenerator.SortById
-
- All Implemented Interfaces:
Comparator<StructureDefinition>
- Enclosing class:
- ShExGenerator
public class ShExGenerator.SortById extends Object implements Comparator<StructureDefinition>
-
-
Constructor Summary
Constructors Constructor Description SortById()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(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 Detail
-
SortById
public SortById()
-
-
Method Detail
-
compare
public int compare(StructureDefinition arg0, StructureDefinition arg1)
- Specified by:
comparein interfaceComparator<StructureDefinition>
-
-