Uses of Enum
com.twelvemonkeys.lang.Platform.Architecture
Packages that use Platform.Architecture
-
Uses of Platform.Architecture in com.twelvemonkeys.lang
Subclasses with type arguments of type Platform.Architecture in com.twelvemonkeys.langModifier and TypeClassDescriptionstatic enumEnumeration of common SystemArchitectures.Fields in com.twelvemonkeys.lang declared as Platform.ArchitectureModifier and TypeFieldDescription(package private) final Platform.ArchitecturePlatform.architectureNormalized system architecture constantMethods in com.twelvemonkeys.lang that return Platform.ArchitectureModifier and TypeMethodDescriptionstatic Platform.ArchitecturePlatform.arch()Shorthand forPlatform.get().getArchitecture().Platform.getArchitecture()(package private) static Platform.ArchitecturePlatform.normalizeArchitecture(Platform.OperatingSystem pOsName, String osArch) static Platform.ArchitectureReturns 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.