com.sun.jdi
public interface ShortValue extends PrimitiveValue, Comparable<ShortValue>
short value in
the target VM.| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Compares the specified Object with this ShortValue for equality.
|
int |
hashCode()
Returns the hash code value for this ShortValue.
|
short |
value()
Returns this ShortValue as a short.
|
booleanValue, byteValue, charValue, doubleValue, floatValue, intValue, longValue, shortValuetoString, virtualMachinecompareToshort value()
short mirrored by this object.boolean equals(Object obj)
Copyright © 1999, 2015, Oracle and/or its affiliates. All rights reserved.