Package | Description |
---|---|
java.lang |
Provides classes that are fundamental to the design of the Java
programming language.
|
Modifier and Type | Method and Description |
---|---|
static Runtime.Version |
Runtime.Version.parse(String s)
Parses the given string as a valid
version string containing a
version number followed by pre-release and
build information.
|
static Runtime.Version |
Runtime.version()
Returns the version of the Java Runtime Environment as a
Runtime.Version . |
Modifier and Type | Method and Description |
---|---|
int |
Runtime.Version.compareTo(Runtime.Version ob)
Compares this version to another.
|
int |
Runtime.Version.compareToIgnoreOpt(Runtime.Version ob)
Compares this version to another disregarding optional build
information.
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-ea+126