|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Version | |
---|---|
rebuild.util |
Uses of Version in rebuild.util |
---|
Methods in rebuild.util with parameters of type Version | |
---|---|
int |
Version.compareTo(Version o)
Compares the current Version object to a specified Version object and returns an indication of their relative values. |
boolean |
Version.equals(Version obj)
Returns a value indicating whether the current Version object and a specified Version object represent the same value. |
static boolean |
Version.greaterThan(Version v1,
Version v2)
Determines whether the first specified Version object is greater than the second specified Version object. |
static boolean |
Version.greaterThanOrEqual(Version v1,
Version v2)
Determines whether the first specified Version object is greater than or equal to the second specified Version object. |
static boolean |
Version.lessThan(Version v1,
Version v2)
Determines whether the first specified Version object is less than the second specified Version object. |
static boolean |
Version.lessThanOrEqual(Version v1,
Version v2)
Determines whether the first specified Version object is less than or equal to the second specified Version object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |