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