|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Version | |
---|---|
com.sibvisions.util | Contains library independent utility classes. |
Uses of Version in com.sibvisions.util |
---|
Methods in com.sibvisions.util that return Version | |
---|---|
static Version |
Version.parse(long pVersion)
Parses a version number. |
static Version |
Version.parse(java.lang.String pVersion)
Parses a version number. |
Methods in com.sibvisions.util with parameters of type Version | |
---|---|
int |
Version.compareTo(Version pVersion)
|
int |
Version.compareTo(Version pVersion,
Version.Level pLevel)
Compares this version with another version. |
boolean |
Version.isGreater(Version pVersion)
Gets whether the current (this) version is greater than the given version. |
boolean |
Version.isGreaterOrEqual(Version pVersion)
Gets whether the current (this) version is greater or equal than the given version. |
boolean |
Version.isSmaller(Version pVersion)
Gets whether the current (this) version is smaller than the given version. |
boolean |
Version.isSmallerOrEqual(Version pVersion)
Gets whether the current (this) version is smaller or equal than the given version. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |