Uses of Class
java.lang.Byte

Packages that useByte
Package
Description
java.lang
Provides classes that are fundamental to the design of the Java programming language.
javax.management.openmbean
Provides the open data types and Open MBean descriptor classes.
  • Uses ofByte injava.lang

    Classes injava.lang that implement interfaces with type arguments of typeByte
    Modifier and Type
    Class
    Description
    final class 
    TheByte class wraps a value of primitive typebyte in an object.
    Fields injava.lang with type parameters of typeByte
    Modifier and Type
    Field
    Description
    static finalClass<Byte>
    Byte.TYPE
    TheClass instance representing the primitive typebyte.
    Methods injava.lang that returnByte
    Modifier and Type
    Method
    Description
    staticByte
    Byte.decode(String nm)
    Decodes aString into aByte.
    staticByte
    Byte.valueOf(byte b)
    Returns aByte instance representing the specifiedbyte value.
    staticByte
    Byte.valueOf(String s)
    Returns aByte object holding the value given by the specifiedString.
    staticByte
    Byte.valueOf(String s, int radix)
    Returns aByte object holding the value extracted from the specifiedString when parsed with the radix given by the second argument.
    Methods injava.lang that return types with arguments of typeByte
    Modifier and Type
    Method
    Description
    Returns anOptional containing the nominal descriptor for this instance.
    Methods injava.lang with parameters of typeByte
    Modifier and Type
    Method
    Description
    int
    Byte.compareTo(Byte anotherByte)
    Compares twoByte objects numerically.
  • Uses ofByte injavax.management.openmbean

    Fields injavax.management.openmbean with type parameters of typeByte
    Modifier and Type
    Field
    Description
    static finalSimpleType<Byte>
    SimpleType.BYTE
    TheSimpleType instance describing values whose Java class name isjava.lang.Byte.