public class IntArray extends Object implements IntAccess, ArrayDataAccess<IntArray>
Modifier and Type | Field and Description |
---|---|
protected int[] |
data |
Constructor and Description |
---|
IntArray(int numEntities) |
IntArray(int[] data) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
IntArray |
createArray(int numEntities) |
int[] |
getCurrentStorageArray() |
int |
getValue(int index) |
void |
setValue(int index,
int value) |
public void close()
close
in interface DataAccess
public IntArray createArray(int numEntities)
createArray
in interface ArrayDataAccess<IntArray>
public int[] getCurrentStorageArray()
getCurrentStorageArray
in interface ArrayDataAccess<IntArray>
Copyright © 2015–2021 Fiji. All rights reserved.