Uses of Class
oshi.hardware.CentralProcessor.TickType
-
Packages that use CentralProcessor.TickType Package Description oshi.hardware [oshi-core API] Provides cross-platform implementation to retrieve hardware information such as CPU, Memory, Display, Disks, Network Interfaces, Power Sources, Sensors, and USB Devices -
-
Uses of CentralProcessor.TickType in oshi.hardware
Methods in oshi.hardware that return CentralProcessor.TickType Modifier and Type Method Description static CentralProcessor.TickType
CentralProcessor.TickType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CentralProcessor.TickType[]
CentralProcessor.TickType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-