Uses of Class
java.lang.Byte
Packages that useByte
Package
Description
Provides classes that are fundamental to the design of the Java programming language.
Provides the open data types and Open MBean descriptor classes.
Uses ofByte injava.lang
Modifier and TypeClassDescriptionfinal classTheByteclass wraps a value of primitive typebytein an object.Modifier and TypeMethodDescriptionstaticByteDecodes aStringinto aByte.staticByteByte.valueOf(byte b) Returns aByteinstance representing the specifiedbytevalue.staticByteReturns aByteobject holding the value given by the specifiedString.staticByteReturns 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 ofByte injavax.management.openmbean
Fields injavax.management.openmbean with type parameters of typeByteModifier and TypeFieldDescriptionstatic finalSimpleType<Byte> SimpleType.BYTETheSimpleTypeinstance describing values whose Java class name isjava.lang.Byte.