public class CharArray extends AbstractCharArray<CharArray>
data
Constructor and Description |
---|
CharArray(char[] data) |
CharArray(int numEntities) |
Modifier and Type | Method and Description |
---|---|
CharArray |
createArray(int numEntities) |
getArrayLength, getCurrentStorageArray, getValue, setValue
public CharArray(int numEntities)
public CharArray(char[] data)
public CharArray createArray(int numEntities)
Copyright © 2015–2022 ImgLib2. All rights reserved.