public final class LongInfo extends Object implements NumberInfo
long
value.ValueInfo.Kind
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
ValueInfo.Kind |
getKind()
Returns the type of this value.
|
Long |
getObject()
Returns the value as
Object . |
long |
getValue()
Returns the value.
|
int |
hashCode() |
static LongInfo |
of(long value)
Returns an instance for the value.
|
String |
toString() |
public static LongInfo of(long value)
value
- the valuepublic ValueInfo.Kind getKind()
ValueInfo
public Long getObject()
ValueInfo
Object
.getObject
in interface NumberInfo
getObject
in interface ValueInfo
public long getValue()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.