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
-
Method Summary
Modifier and TypeMethodDescriptionint
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 Details
-
SearchParameterParamNodeSorter
public SearchParameterParamNodeSorter()
-
-
Method Details
-
compare
public int compare(IntegrityChecker.SearchParameterParamNode o1, IntegrityChecker.SearchParameterParamNode o2) - Specified by:
compare
in interfaceComparator<IntegrityChecker.SearchParameterParamNode>
-