public static class VersionedName.VersionedNameComparator extends java.lang.Object implements java.util.Comparator<VersionedName>
Modifier and Type | Field and Description |
---|---|
static VersionedName.VersionedNameComparator |
INSTANCE |
Constructor and Description |
---|
VersionedNameComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(VersionedName o1,
VersionedName o2) |
public static final VersionedName.VersionedNameComparator INSTANCE
public int compare(VersionedName o1, VersionedName o2)
compare
in interface java.util.Comparator<VersionedName>