public class CpuInfo
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
CpuInfo.Vendor |
Modifier and Type | Field and Description |
---|---|
(package private) int |
family |
static CpuInfo |
GENERIC |
(package private) CpuInfo.Vendor |
vendor |
Constructor and Description |
---|
CpuInfo(CpuInfo.Vendor vendor,
int family) |
final CpuInfo.Vendor vendor
final int family
public static final CpuInfo GENERIC
public CpuInfo(CpuInfo.Vendor vendor, int family)