Package org.hl7.fhir.convertors.misc
Class CVXImporter.CVXSorter
java.lang.Object
org.hl7.fhir.convertors.misc.CVXImporter.CVXSorter
- All Implemented Interfaces:
Comparator<org.hl7.fhir.r4.model.CodeSystem.ConceptDefinitionComponent>
- Enclosing class:
CVXImporter
public class CVXImporter.CVXSorter
extends Object
implements Comparator<org.hl7.fhir.r4.model.CodeSystem.ConceptDefinitionComponent>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
compare
(org.hl7.fhir.r4.model.CodeSystem.ConceptDefinitionComponent o1, org.hl7.fhir.r4.model.CodeSystem.ConceptDefinitionComponent 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 Details
-
CVXSorter
public CVXSorter()
-
-
Method Details
-
compare
public int compare(org.hl7.fhir.r4.model.CodeSystem.ConceptDefinitionComponent o1, org.hl7.fhir.r4.model.CodeSystem.ConceptDefinitionComponent o2) - Specified by:
compare
in interfaceComparator<org.hl7.fhir.r4.model.CodeSystem.ConceptDefinitionComponent>
-