
Package org.hl7.fhir.r5.renderers.utils
Class ElementTable.ConstraintsSorter
java.lang.Object
org.hl7.fhir.r5.renderers.utils.ElementTable.ConstraintsSorter
- All Implemented Interfaces:
Comparator<ElementTable.TableElementConstraint>
- Enclosing class:
ElementTable
public class ElementTable.ConstraintsSorter
extends Object
implements Comparator<ElementTable.TableElementConstraint>
-
Constructor Summary
Constructors -
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
-
ConstraintsSorter
public ConstraintsSorter()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<ElementTable.TableElementConstraint>
-