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