ShortValue (Java SE 19 & JDK 19) (original) (raw)

All Superinterfaces:

[Comparable](../../../../java.base/java/lang/Comparable.html "interface in java.lang")<[ShortValue](ShortValue.html "interface in com.sun.jdi")>, [Mirror](Mirror.html "interface in com.sun.jdi"), [PrimitiveValue](PrimitiveValue.html "interface in com.sun.jdi"), [Value](Value.html "interface in com.sun.jdi")


Provides access to a primitive short value in the target VM.

Since:

1.3

boolean
Compares the specified Object with this ShortValue for equality.
int
[hashCode](#hashCode%28%29)()
Returns the hash code value for this ShortValue.
short
[value](#value%28%29)()
Returns this ShortValue as a short.

Methods declared in interface com.sun.jdi.Value

[type](Value.html#type%28%29)