Package | Description |
---|---|
bibliothek.util |
Some classes which are used in DockingFrames, but do not have any
importance.
|
Modifier and Type | Field and Description |
---|---|
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
|
static Version |
Version.VERSION_1_0_8
the version 1.0.8
|
static Version |
Version.VERSION_1_0_8a
the version 1.0.8 (since preview 4)
|
static Version |
Version.VERSION_1_1_0
the version 1.1.0
|
static Version |
Version.VERSION_1_1_0a
the version 1.1.0 (since preview 5)
|
static Version |
Version.VERSION_1_1_1
the version 1.1.1
|
static Version |
Version.VERSION_1_1_1a
the version 1.1.1 (since preview 5c)
|
static Version |
Version.VERSION_1_1_2
version 1.1.2
|
Modifier and Type | Method and Description |
---|---|
static Version |
Version.read(java.io.DataInputStream in)
Reads a version that was stored earlier.
|
Modifier and Type | Method and Description |
---|---|
int |
Version.compareTo(Version o) |
static void |
Version.write(java.io.DataOutputStream out,
Version version)
Writes the contents of a version.
|