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