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