Package org.hl7.fhir.r4b.context
Class CanonicalResourceManager.MetadataResourceVersionComparator<T1 extends org.hl7.fhir.r4b.context.CanonicalResourceManager.CachedCanonicalResource<T>>
- java.lang.Object
-
- org.hl7.fhir.r4b.context.CanonicalResourceManager.MetadataResourceVersionComparator<T1>
-
- All Implemented Interfaces:
Comparator<T1>
- Enclosing class:
- CanonicalResourceManager<T extends CanonicalResource>
public class CanonicalResourceManager.MetadataResourceVersionComparator<T1 extends org.hl7.fhir.r4b.context.CanonicalResourceManager.CachedCanonicalResource<T>> extends Object implements Comparator<T1>
-
-
Constructor Summary
Constructors Constructor Description MetadataResourceVersionComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(T1 arg1, T1 arg2)-
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 Detail
-
MetadataResourceVersionComparator
public MetadataResourceVersionComparator()
-
-