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