public class LongAndIntegerArray extends Object
FRAGSIZE2POW
. If the array fragment does not contain any value
it is not allocated at all and its values are supposed to be 0.Constructor and Description |
---|
LongAndIntegerArray() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
get32(int index) |
long |
get64(int index) |
int |
highestSet()
Highest index set by @{link #set} method.
|
void |
set(int index,
long value64,
int value32) |
public void clear()
public int highestSet()
set(int, long, int)
public void set(int index, long value64, int value32)
public int get32(int index)
public long get64(int index)
Copyright © 2016 Egothor. All Rights Reserved.