public abstract class AbstractLongArray<A extends AbstractLongArray<A>> extends Object implements LongAccess, ArrayDataAccess<A>
| Modifier and Type | Field and Description |
|---|---|
protected long[] |
data |
| Constructor and Description |
|---|
AbstractLongArray(int numEntities) |
AbstractLongArray(long[] data) |
| Modifier and Type | Method and Description |
|---|---|
int |
getArrayLength() |
long[] |
getCurrentStorageArray() |
long |
getValue(int index) |
void |
setValue(int index,
long value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateArraypublic AbstractLongArray(int numEntities)
public AbstractLongArray(long[] data)
public long getValue(int index)
getValue in interface LongAccesspublic void setValue(int index,
long value)
setValue in interface LongAccesspublic long[] getCurrentStorageArray()
getCurrentStorageArray in interface ArrayDataAccess<A extends AbstractLongArray<A>>public int getArrayLength()
getArrayLength in interface ArrayDataAccess<A extends AbstractLongArray<A>>Copyright © 2015–2022 ImgLib2. All rights reserved.