Skip navigation links
C E G H I V 

C

com.g00fy2.versioncompare - package com.g00fy2.versioncompare
 
compareTo(Version) - Method in class com.g00fy2.versioncompare.Version
 

E

equals(Object) - Method in class com.g00fy2.versioncompare.Version
 

G

getMajor() - Method in class com.g00fy2.versioncompare.Version
Returns the major version.
getMinor() - Method in class com.g00fy2.versioncompare.Version
Returns the minor version.
getOriginalString() - Method in class com.g00fy2.versioncompare.Version
Returns the initial string
getPatch() - Method in class com.g00fy2.versioncompare.Version
Returns the patch version.
getSubversionNumbers() - Method in class com.g00fy2.versioncompare.Version
Returns a list with all numeric version parts.
getSuffix() - Method in class com.g00fy2.versioncompare.Version
Returns the suffix.

H

hashCode() - Method in class com.g00fy2.versioncompare.Version
 

I

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.

V

Version - Class in com.g00fy2.versioncompare
 
Version(String) - Constructor for class com.g00fy2.versioncompare.Version
Initializes a newly created Version object that represents the parsed version information.
Version(String, boolean) - Constructor for class com.g00fy2.versioncompare.Version
Initializes a newly created Version object that represents the parsed version information.
C E G H I V 
Skip navigation links