Version
class represents version number of library.
[詳細]
Public メソッド | |
Version (int major, int minor, int patch) | |
int | getMajor () |
Returns the major version number as integer. | |
int | getMinor () |
Returns the minor version number as integer. | |
int | getPatch () |
Returns the patch level as integer. | |
boolean | equals (Object obj) |
Compares this version to the specified object. | |
int | hashCode () |
String | toString () |
Returns the string representation of the reciever. | |
Private 変数 | |
int | major |
int | minor |
int | patch |
String | versionString = null |
Version
class represents version number of library.
This class is immutable.
sdl4gcj.Sys::linkedVersion() : Version
|
|
|
Compares this version to the specified object.
The result is
|
|
Returns the major version number as integer.
|
|
Returns the minor version number as integer.
|
|
Returns the patch level as integer.
|
|
|
|
Returns the string representation of the reciever.
|
|
|
|
|
|
|
|
|