@Exported public interface LongValue extends PrimitiveValue, Comparable<LongValue>
long
値へのアクセスを提供します。修飾子と型 | メソッドと説明 |
---|---|
boolean |
equals(Object obj)
指定されたObjectがこのLongValueと等しいかどうか比較します。
|
int |
hashCode()
このLongValueのハッシュ・コード値を返します。
|
long |
value()
このLongValueをlong値として返します。
|
booleanValue, byteValue, charValue, doubleValue, floatValue, intValue, longValue, shortValue
toString, virtualMachine
compareTo
long value()
long
。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, 2014, Oracle and/or its affiliates. All rights reserved.