Package | Description |
---|---|
com.twelvemonkeys.lang |
Modifier and Type | Method and Description |
---|---|
static Platform.Architecture |
Platform.arch()
Shorthand for
Platform.get().getArchitecture() . |
Platform.Architecture |
Platform.getArchitecture() |
static Platform.Architecture |
Platform.Architecture.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Platform.Architecture[] |
Platform.Architecture.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All rights reserved.