Interface CpuType

  • All Known Implementing Classes:
    CpuTypeContainer

    public interface CpuType
    Describes a supported CPU type.
    • Method Detail

      • architecturePresent

        boolean architecturePresent()
      • levelAsByte

        Byte levelAsByte()
      • levelAsShort

        Short levelAsShort()
      • levelAsInteger

        Integer levelAsInteger()
      • levelAsLong

        Long levelAsLong()
      • levelPresent

        boolean levelPresent()
      • namePresent

        boolean namePresent()