Package com.ibm.fhir.operation.cpg
Class CqlLibraryComparator
- java.lang.Object
-
- com.ibm.fhir.operation.cpg.CqlLibraryComparator
-
- All Implemented Interfaces:
Comparator<org.cqframework.cql.elm.execution.Library>
public class CqlLibraryComparator extends Object implements Comparator<org.cqframework.cql.elm.execution.Library>
-
-
Field Summary
Fields Modifier and Type Field Description static CqlLibraryComparatorINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(org.cqframework.cql.elm.execution.Library o1, org.cqframework.cql.elm.execution.Library o2)-
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-
-
-
Field Detail
-
INSTANCE
public static CqlLibraryComparator INSTANCE
-
-
Method Detail
-
compare
public int compare(org.cqframework.cql.elm.execution.Library o1, org.cqframework.cql.elm.execution.Library o2)- Specified by:
comparein interfaceComparator<org.cqframework.cql.elm.execution.Library>
-
-