Package org.hl7.fhir.validation.instance
Class InstanceValidator.StructureDefinitionSorterByUrl
- java.lang.Object
-
- org.hl7.fhir.validation.instance.InstanceValidator.StructureDefinitionSorterByUrl
-
- All Implemented Interfaces:
Comparator<org.hl7.fhir.r5.model.StructureDefinition>
- Enclosing class:
- InstanceValidator
public class InstanceValidator.StructureDefinitionSorterByUrl extends Object implements Comparator<org.hl7.fhir.r5.model.StructureDefinition>
-
-
Constructor Summary
Constructors Constructor Description StructureDefinitionSorterByUrl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(org.hl7.fhir.r5.model.StructureDefinition o1, org.hl7.fhir.r5.model.StructureDefinition o2)-
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
-
StructureDefinitionSorterByUrl
public StructureDefinitionSorterByUrl()
-
-
Method Detail
-
compare
public int compare(org.hl7.fhir.r5.model.StructureDefinition o1, org.hl7.fhir.r5.model.StructureDefinition o2)
- Specified by:
comparein interfaceComparator<org.hl7.fhir.r5.model.StructureDefinition>
-
-