Package | Description |
---|---|
freenet.support.CPUInformation |
Modifier and Type | Interface and Description |
---|---|
interface |
AMDCPUInfo |
interface |
IntelCPUInfo |
interface |
VIACPUInfo
Moved out of CPUID.java
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
AMDInfoImpl
Moved out of CPUID.java
|
(package private) class |
IntelInfoImpl
Moved out of CPUID.java
|
(package private) class |
VIAInfoImpl
Moved out of CPUID.java
|
Modifier and Type | Method and Description |
---|---|
static CPUInfo |
CPUID.getInfo()
Returns a CPUInfo item for the current type of CPU
If I could I would declare this method in a interface named
CPUInfoProvider and implement that interface in this class.
|