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