Uses of Interface
freenet.support.CPUInformation.CPUInfo
| Package | Description |
|---|---|
| freenet.support.CPUInformation |
CPUID implementaion, borrowed from freenet, updated and heavily modified.
|
-
Uses of CPUInfo in freenet.support.CPUInformation
Subinterfaces of CPUInfo in freenet.support.CPUInformation Modifier and Type Interface Description interfaceAMDCPUInfoAn interface for classes that provide lowlevel information about AMD CPU'sinterfaceIntelCPUInfoAn interface for classes that provide lowlevel information about Intel CPU'sinterfaceVIACPUInfoMoved out of CPUID.javaClasses in freenet.support.CPUInformation that implement CPUInfo Modifier and Type Class Description (package private) classAMDInfoImplMoved out of CPUID.java Ref: http://en.wikipedia.org/wiki/List_of_AMD_CPU_microarchitectures(package private) classCPUIDCPUInfoMoved out of CPUID.java Ref: http://en.wikipedia.org/wiki/CPUID(package private) classIntelInfoImplMoved out of CPUID.java Ref: https://software.intel.com/en-us/articles/intel-architecture-and-processor-identification-with-cpuid-model-and-family-numbers Ref: http://en.wikipedia.org/wiki/List_of_Intel_CPU_microarchitectures(package private) classVIAInfoImplMoved out of CPUID.javaMethods in freenet.support.CPUInformation that return CPUInfo Modifier and Type Method Description static CPUInfoCPUID. 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.