-
Method Summary
boolean
将指定的对象与此ShortValue进行比较以检查是否相等。
int
short
Methods declared in interface com.sun.jdi.Value
type
-
Method Details
-
value
short value()
将此ShortValue作为short返回。
-
返回:
-
由此对象镜像的
short
。
-
equals
将指定的对象与此ShortValue进行比较以检查是否相等。
-
覆盖:
-
equals
在类 Object
中
-
参数:
-
obj
- 用于比较的参考对象。
-
返回:
-
如果对象是ShortValue,并且将"=="应用于两个镜像原语将评估为true,则返回true;否则返回false。
-
参见:
-
-
hashCode
int hashCode()
返回此ShortValue的哈希码值。
-
覆盖:
-
hashCode
在类 Object
中
-
返回:
-
整数哈希码
-
参见:
-