public interface ShortValue extends PrimitiveValue, Comparable<ShortValue>
short
値へのアクセスを提供します。修飾子と型 | メソッドと説明 |
---|---|
boolean |
equals(Object obj)
指定された Object がこの ShortValue と等しいかどうか比較します。
|
int |
hashCode()
この ShortValue のハッシュコードの値を返します。
|
short |
value()
この ShortValue を short として返します。
|
booleanValue, byteValue, charValue, doubleValue, floatValue, intValue, longValue, shortValue
toString, virtualMachine
compareTo
short value()
short
。boolean equals(Object obj)
equals
、クラス: Object
obj
- 比較対象の参照オブジェクト。Object.hashCode()
, HashMap
int hashCode()
hashCode
、クラス: Object
Object.equals(java.lang.Object)
, System.identityHashCode(java.lang.Object)
Copyright © 1999, 2013, Oracle and/or its affiliates. All rights reserved.