Package org.hl7.fhir.r5.terminologies
Class ValueSetUtilities.ConceptReferenceComponentSorter
java.lang.Object
org.hl7.fhir.r5.terminologies.ValueSetUtilities.ConceptReferenceComponentSorter
- All Implemented Interfaces:
Comparator<ValueSet.ConceptReferenceComponent>
- Enclosing class:
ValueSetUtilities
public static class ValueSetUtilities.ConceptReferenceComponentSorter
extends Object
implements Comparator<ValueSet.ConceptReferenceComponent>
-
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
-
ConceptReferenceComponentSorter
public ConceptReferenceComponentSorter()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<ValueSet.ConceptReferenceComponent>
-