- isAtLeast(String) - Method in class com.g00fy2.versioncompare.Version
-
Checks if the Version object is equal or higher than otherVersion.
- isAtLeast(Version) - Method in class com.g00fy2.versioncompare.Version
-
Checks if the Version object is equal or higher than otherVersion.
- isAtLeast(String, boolean) - Method in class com.g00fy2.versioncompare.Version
-
Checks if the Version object is equal or higher than otherVersion.
- isAtLeast(Version, boolean) - Method in class com.g00fy2.versioncompare.Version
-
Checks if the Version object is equal or higher than otherVersion.
- isEqual(String) - Method in class com.g00fy2.versioncompare.Version
-
Checks if the Version object is equal to otherVersion.
- isEqual(Version) - Method in class com.g00fy2.versioncompare.Version
-
Checks if the Version object is equal to otherVersion.
- isHigherThan(String) - Method in class com.g00fy2.versioncompare.Version
-
Checks if the Version object is higher than otherVersion.
- isHigherThan(Version) - Method in class com.g00fy2.versioncompare.Version
-
Checks if the Version object is higher than otherVersion.
- isLowerThan(String) - Method in class com.g00fy2.versioncompare.Version
-
Checks if the Version object is lower than otherVersion.
- isLowerThan(Version) - Method in class com.g00fy2.versioncompare.Version
-
Checks if the Version object is lower than otherVersion.