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