Package org.hl7.fhir.r5.context
Class BaseWorkerContext.MetadataResourceVersionComparator<T extends CanonicalResource>
- java.lang.Object
-
- org.hl7.fhir.r5.context.BaseWorkerContext.MetadataResourceVersionComparator<T>
-
- All Implemented Interfaces:
Comparator<T>
- Enclosing class:
- BaseWorkerContext
public class BaseWorkerContext.MetadataResourceVersionComparator<T extends CanonicalResource> extends Object implements Comparator<T>
-
-
Constructor Summary
Constructors Constructor Description MetadataResourceVersionComparator(List<T> list)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(T arg1, T 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(List<T> list)
-
-
Method Detail
-
compare
public int compare(T arg1, T arg2)
- Specified by:
compare
in interfaceComparator<T extends CanonicalResource>
-
-