Class SearchParameterMap.IncludeComparator
- java.lang.Object
-
- org.opencds.cqf.cql.engine.fhir.searchparam.SearchParameterMap.IncludeComparator
-
- All Implemented Interfaces:
Comparator<ca.uhn.fhir.model.api.Include>
- Enclosing class:
- SearchParameterMap
public class SearchParameterMap.IncludeComparator extends Object implements Comparator<ca.uhn.fhir.model.api.Include>
-
-
Constructor Summary
Constructors Constructor Description IncludeComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(ca.uhn.fhir.model.api.Include theO1, ca.uhn.fhir.model.api.Include theO2)-
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
-
-
-
-
Method Detail
-
compare
public int compare(ca.uhn.fhir.model.api.Include theO1, ca.uhn.fhir.model.api.Include theO2)- Specified by:
comparein interfaceComparator<ca.uhn.fhir.model.api.Include>
-
-