public final class VersionInfo
extends java.lang.Object
Specification| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
Implementation |
getImplementation()
Represents the specification this implementation is based on
|
static VersionInfo |
getInstance() |
Specification |
getSpecification()
Represents the specification this implementation is based on
|
int |
hashCode() |
java.lang.String |
toString() |
public static VersionInfo getInstance()
public Specification getSpecification()
public Implementation getImplementation()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object