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