Class SearchParameterMap.QueryParameterOrComparator

java.lang.Object
ca.uhn.fhir.jpa.searchparam.SearchParameterMap.QueryParameterOrComparator
All Implemented Interfaces:
Comparator<List<ca.uhn.fhir.model.api.IQueryParameterType>>
Enclosing class:
SearchParameterMap

public static class SearchParameterMap.QueryParameterOrComparator extends Object implements Comparator<List<ca.uhn.fhir.model.api.IQueryParameterType>>
  • Method Details

    • 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>>