Class SearchParameterMap.QueryParameterTypeComparator

  • All Implemented Interfaces:
    Comparator<ca.uhn.fhir.model.api.IQueryParameterType>
    Enclosing class:
    SearchParameterMap

    public class SearchParameterMap.QueryParameterTypeComparator
    extends Object
    implements Comparator<ca.uhn.fhir.model.api.IQueryParameterType>
    • Method Detail

      • compare

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