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