|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Version | |
---|---|
bibliothek.util |
Uses of Version in bibliothek.util |
---|
Fields in bibliothek.util declared as Version | |
---|---|
static Version |
Version.CURRENT
The current version of this library. |
static Version |
Version.VERSION_1_0_4
the version 1.0.4 |
static Version |
Version.VERSION_1_0_5
the version 1.0.5 |
static Version |
Version.VERSION_1_0_6
the version 1.0.6 |
static Version |
Version.VERSION_1_0_7
the version 1.0.7 |
Methods in bibliothek.util that return Version | |
---|---|
static Version |
Version.read(DataInputStream in)
Reads a version that was stored earlier. |
Methods in bibliothek.util with parameters of type Version | |
---|---|
int |
Version.compareTo(Version o)
|
static void |
Version.write(DataOutputStream out,
Version version)
Writes the contents of a version. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |