public class VersionComparator extends Object implements Comparator<String>
Modifier and Type | Field and Description |
---|---|
static String |
SNAPSHOT_SUFFIX |
Constructor and Description |
---|
VersionComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(String left,
String right) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public static final String SNAPSHOT_SUFFIX
public int compare(String left, String right)
compare
in interface Comparator<String>
Copyright © 2015 Zanata Project. All rights reserved.