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
Constructors Constructor Description ConceptDefinitionComponentSorter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(CodeSystem.ConceptDefinitionComponent l, CodeSystem.ConceptDefinitionComponent r)-
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
-
ConceptDefinitionComponentSorter
public ConceptDefinitionComponentSorter()
-
-
Method Detail
-
compare
public int compare(CodeSystem.ConceptDefinitionComponent l, CodeSystem.ConceptDefinitionComponent r)
- Specified by:
comparein interfaceComparator<CodeSystem.ConceptDefinitionComponent>
-
-