public class IntArray extends AbstractIntArray<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 |
---|---|
IntArray |
createArray(int numEntities) |
getArrayLength, getCurrentStorageArray, getValue, setValue
public IntArray createArray(int numEntities)
Copyright © 2015–2022 ImgLib2. All rights reserved.