Uses of Class
java.lang.Byte
Packages that use Byte
Package
Description
Provides classes that are fundamental to the design of the Java
programming language.
Provides classfile parsing, generation, and transformation library.
Provides the open data types and Open MBean descriptor classes.
-
Uses of Byte in java.lang
Modifier and TypeClassDescriptionfinal classModifier and TypeFieldDescriptionByte.TYPETheClassinstance representing the primitive typebyte.Modifier and TypeMethodDescriptionstatic ByteDecodes aStringinto aByte.static ByteByte.valueOf(byte b) Returns aByteinstance representing the specifiedbytevalue.static ByteReturns aByteobject holding the value given by the specifiedString.static ByteReturns aByteobject holding the value extracted from the specifiedStringwhen parsed with the radix given by the second argument.Modifier and TypeMethodDescriptionByte.describeConstable()Returns anOptionalcontaining the nominal descriptor for this instance. -
Uses of Byte in java.lang.classfile
Methods in java.lang.classfile that return ByteModifier and TypeMethodDescriptiondefault ByteAnnotationValue.OfByte.resolvedValue()Returns the resolved byte value. -
Uses of Byte in javax.management.openmbean
Fields in javax.management.openmbean with type parameters of type ByteModifier and TypeFieldDescriptionstatic final SimpleType<Byte> SimpleType.BYTETheSimpleTypeinstance describing values whose Java class name isjava.lang.Byte.