Package org.hl7.fhir.r4.utils
Class IntegrityChecker.SearchParameterParamNodeSorter
- java.lang.Object
-
- org.hl7.fhir.r4.utils.IntegrityChecker.SearchParameterParamNodeSorter
-
- All Implemented Interfaces:
Comparator<IntegrityChecker.SearchParameterParamNode>
- Enclosing class:
- IntegrityChecker
public class IntegrityChecker.SearchParameterParamNodeSorter extends Object implements Comparator<IntegrityChecker.SearchParameterParamNode>
-
-
Constructor Summary
Constructors Constructor Description SearchParameterParamNodeSorter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(IntegrityChecker.SearchParameterParamNode o1, IntegrityChecker.SearchParameterParamNode o2)-
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
-
-
-
-
Constructor Detail
-
SearchParameterParamNodeSorter
public SearchParameterParamNodeSorter()
-
-
Method Detail
-
compare
public int compare(IntegrityChecker.SearchParameterParamNode o1, IntegrityChecker.SearchParameterParamNode o2)
- Specified by:
comparein interfaceComparator<IntegrityChecker.SearchParameterParamNode>
-
-