Class 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 Detail

      • compare

        public int compare​(List<ca.uhn.fhir.model.api.IQueryParameterType> theO1,
                           List<ca.uhn.fhir.model.api.IQueryParameterType> theO2)
        Specified by:
        compare in interface Comparator<List<ca.uhn.fhir.model.api.IQueryParameterType>>