Package ca.uhn.fhir.jpa.searchparam
Class SearchParameterMap.QueryParameterTypeComparator
java.lang.Object
ca.uhn.fhir.jpa.searchparam.SearchParameterMap.QueryParameterTypeComparator
- All Implemented Interfaces:
Comparator<ca.uhn.fhir.model.api.IQueryParameterType>
- Enclosing class:
- SearchParameterMap
public static class SearchParameterMap.QueryParameterTypeComparator
extends Object
implements Comparator<ca.uhn.fhir.model.api.IQueryParameterType>
-
Method Summary
Modifier and TypeMethodDescriptionint
compare
(ca.uhn.fhir.model.api.IQueryParameterType theO1, 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 Details
-
compare
public int compare(ca.uhn.fhir.model.api.IQueryParameterType theO1, ca.uhn.fhir.model.api.IQueryParameterType theO2) - Specified by:
compare
in interfaceComparator<ca.uhn.fhir.model.api.IQueryParameterType>
-