Package org.hl7.fhir.r4.conformance
Class ProfileUtilities.ElementDefinitionComparer
java.lang.Object
org.hl7.fhir.r4.conformance.ProfileUtilities.ElementDefinitionComparer
- All Implemented Interfaces:
Comparator<ProfileUtilities.ElementDefinitionHolder>
- Enclosing class:
ProfileUtilities
public static class ProfileUtilities.ElementDefinitionComparer
extends Object
implements Comparator<ProfileUtilities.ElementDefinitionHolder>
-
Constructor Summary
ConstructorDescriptionElementDefinitionComparer
(boolean inExtension, List<ElementDefinition> snapshot, String base, int prefixLength, String name) -
Method Summary
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
-
ElementDefinitionComparer
public ElementDefinitionComparer(boolean inExtension, List<ElementDefinition> snapshot, String base, int prefixLength, String name)
-
-
Method Details
-
compare
public int compare(ProfileUtilities.ElementDefinitionHolder o1, ProfileUtilities.ElementDefinitionHolder o2) - Specified by:
compare
in interfaceComparator<ProfileUtilities.ElementDefinitionHolder>
-
checkForErrors
-