public interface EntryVersion
Comparable interface. It is
richer in that Comparable doesn't differentiate between instances that are the same versus instances that
are equal-but-different.| Modifier and Type | Method and Description |
|---|---|
InequalVersionComparisonResult |
compareTo(EntryVersion other)
Compares the given version against the current instance.
|
InequalVersionComparisonResult compareTo(EntryVersion other)
other - the other version to compare againstCopyright © 2012 JBoss by Red Hat. All Rights Reserved.