Uses of Class
java.lang.Byte
-
Packages that use Byte 软件包 描述 java.lang 提供对Java编程语言设计至关重要的类。javafx.util.converter 此包用于JavaFX的标准字符串转换器。javax.management.openmbean 提供打开的数据类型和Open MBean描述符类。 -
-
Uses of Byte in java.lang
Fields in java.lang with type parameters of type Byte Modifier and Type Field 描述 static Class<Byte>
Byte. TYPE
Class
实例代表原始类型byte
。Methods in java.lang that return Byte Modifier and Type 方法 描述 static Byte
Byte. decode(String nm)
将String
解码成Byte
。static Byte
Byte. valueOf(byte b)
返回表示指定的byte
值的Byte
实例。static Byte
Byte. valueOf(String s)
返回一个Byte
对象,保存由指定的String
给出的值。static Byte
Byte. valueOf(String s, int radix)
返回一个Byte
对象,该对象保存从指定的String
提取的值,并使用第二个参数给出的基数进行解析。Methods in java.lang with parameters of type Byte Modifier and Type 方法 描述 int
Byte. compareTo(Byte anotherByte)
数值比较两个Byte
对象。 -
Uses of Byte in javafx.util.converter
Methods in javafx.util.converter that return Byte Modifier and Type 方法 描述 Byte
ByteStringConverter. fromString(String value)
将提供的字符串转换为由特定转换器定义的对象。Methods in javafx.util.converter with parameters of type Byte Modifier and Type 方法 描述 String
ByteStringConverter. toString(Byte value)
将提供的对象转换为其字符串形式。 -
Uses of Byte in javax.management.openmbean
Fields in javax.management.openmbean with type parameters of type Byte Modifier and Type Field 描述 static SimpleType<Byte>
SimpleType. BYTE
描述Java类名称为java.lang.Byte
值的SimpleType
实例。
-