Uses of Class
java.lang.Byte
-
Packages that use Byte 软件包 描述 java.lang 提供对Java编程语言设计至关重要的类。javax.management.openmbean 提供开放数据类型和Open MBean描述符类。 -
-
Uses of Byte in java.lang
Fields in java.lang with type parameters of type Byte 变量和类型 字段 描述 static 类<Byte>Byte. TYPE类实例表示基本类型byte。Methods in java.lang that return Byte 变量和类型 方法 描述 static ByteByte. decode(String nm)将String解码为Byte。static ByteByte. valueOf(byte b)返回表示指定的byte值的Byte实例。static ByteByte. valueOf(String s)返回一个Byte对象,其中包含指定的String给出的值。static ByteByte. valueOf(String s, int radix)返回一个Byte对象,当使用第二个参数给出的基数进行解析时,该对象保存从指定的String提取的值。Methods in java.lang with parameters of type Byte 变量和类型 方法 描述 intByte. compareTo(Byte anotherByte)以数字方式比较两个Byte对象。 -
Uses of Byte in javax.management.openmbean
Fields in javax.management.openmbean with type parameters of type Byte 变量和类型 字段 描述 static SimpleType<Byte>SimpleType. BYTE描述其Java类名称为java.lang.Byte值的SimpleType实例。
-