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