Package org.hl7.fhir.utilities.npm
Class NpmPackage.IndexVersionSorter
- java.lang.Object
-
- org.hl7.fhir.utilities.npm.NpmPackage.IndexVersionSorter
-
- All Implemented Interfaces:
Comparator<com.google.gson.JsonObject>
- Enclosing class:
- NpmPackage
public class NpmPackage.IndexVersionSorter extends Object implements Comparator<com.google.gson.JsonObject>
-
-
Constructor Summary
Constructors Constructor Description IndexVersionSorter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(com.google.gson.JsonObject o0, com.google.gson.JsonObject o1)-
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
-
IndexVersionSorter
public IndexVersionSorter()
-
-
Method Detail
-
compare
public int compare(com.google.gson.JsonObject o0, com.google.gson.JsonObject o1)
- Specified by:
comparein interfaceComparator<com.google.gson.JsonObject>
-
-