Modifier and Type | Field and Description |
---|---|
private final Architecture | |
private final OperatingSystem |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public Architecture | |
public final boolean | equals(Object
the reference object with which to compare. o)Implements abstract java. Indicates whether some other object is "equal to" this one. |
public final int | |
public OperatingSystem | |
public static Platform | |
public static Platform | |
public String | toString()
Implements abstract java. Returns a |
arch | back to summary |
---|---|
private final Architecture arch Record Component accessed by arch(). |
os | back to summary |
---|---|
private final OperatingSystem os Record Component accessed by os(). |
Platform | back to summary |
---|---|
public Platform(OperatingSystem os, Architecture arch) |
arch | back to summary |
---|---|
public Architecture arch() Record Component getter of arch. |
equals | back to summary |
---|---|
public final boolean equals(Object o) Implements abstract java. Doc from java. Indicates whether some other object is "equal to" this one. In addition
to the general contract of R copy = new R(r.c1(), r.c2(), ..., r.cn());then it must be the case that r.equals(copy) .
|
hashCode | back to summary |
---|---|
public final int hashCode() Implements abstract java. Doc from java. Returns a hash code value for the record.
Obeys the general contract of
|
os | back to summary |
---|---|
public OperatingSystem os() Record Component getter of os. |
parsePlatform | back to summary |
---|---|
public static Platform parsePlatform(String platformString) |
runtime | back to summary |
---|---|
public static Platform runtime() Returns the runtime
|
toString | back to summary |
---|---|
public String toString() Implements abstract java. Returns a Doc from java. a string representation of the object.
|