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