public class SystemInfo extends Object
Modifier and Type | Field and Description |
---|---|
static int |
L2CacheSize
Contains the per core L2 Cache size.
|
static int |
LogicalCores |
static String |
OS_String |
Constructor and Description |
---|
SystemInfo() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isLinux() |
static boolean |
isMac() |
static boolean |
isWindows() |
public static final int LogicalCores
public static final String OS_String
public static final int L2CacheSize
public static boolean isWindows()
public static boolean isMac()
public static boolean isLinux()
Copyright © 2017. All rights reserved.