public abstract class Struct.IntegerAlias extends Struct.NumberField
type
Modifier and Type | Method and Description |
---|---|
long |
get()
Gets the value for this field.
|
int |
intValue()
Returns a
int representation of this Number. |
long |
longValue()
Returns a
long representation of this Number. |
void |
set(long value) |
void |
set(Number value)
Sets the field to a new value.
|
byteValue, doubleValue, floatValue, getMemory, offset, shortValue, struct, toString
public void set(Number value)
Struct.NumberField
set
in class Struct.NumberField
value
- The new value.public void set(long value)
public final long get()
public int intValue()
Struct.NumberField
int
representation of this Number.intValue
in class Struct.NumberField
int
value for this Number.public long longValue()
Struct.NumberField
long
representation of this Number.longValue
in class Struct.NumberField
long
value for this Number.Copyright © 2017. All Rights Reserved.