| Package | Description |
|---|---|
| com.h3c.util |
| Modifier and Type | Method and Description |
|---|---|
int |
Version.compareTo(Version o)
Implement the comparable interface so the the extended device classes will be sorted by version (low to high).
|
boolean |
Version.isGreater(Version targetVersion)
Returns true if this version is greater than the passed in version.
|
boolean |
Version.isGreaterOrEqual(Version targetVersion)
Returns true if this version is greater than or equal the passed in version.
|
boolean |
Version.isLess(Version targetVersion)
Returns true if this version is less than the passed in version.
|
boolean |
Version.isLessOrEqual(Version targetVersion)
Returns true if this version is less than or equal the passed in version.
|
Copyright © 2014. All Rights Reserved.