Uses of Class
java.lang.Byte
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 of Byte in java.lang
Modifier and TypeFieldDescriptionByte.TYPE
TheClass
instance representing the primitive typebyte
.Modifier and TypeMethodDescriptionstatic Byte
Decodes aString
into aByte
.static Byte
Byte.valueOf
(byte b) Returns aByte
instance representing the specifiedbyte
value.static Byte
Returns aByte
object holding the value given by the specifiedString
.static Byte
Returns aByte
object holding the value extracted from the specifiedString
when parsed with the radix given by the second argument.Modifier and TypeMethodDescriptionByte.describeConstable()
Returns anOptional
containing the nominal descriptor for this instance. -
Uses of Byte in javax.management.openmbean
Modifier and TypeFieldDescriptionstatic final SimpleType
<Byte> SimpleType.BYTE
TheSimpleType
instance describing values whose Java class name isjava.lang.Byte
.