public class VolatileIntArray extends AbstractVolatileIntArray<VolatileIntArray> implements VolatileIntAccess
IntArray
with an AbstractVolatileIntArray.isValid()
flag.isValid
data
Constructor and Description |
---|
VolatileIntArray(int[] data,
boolean isValid) |
VolatileIntArray(int numEntities,
boolean isValid) |
Modifier and Type | Method and Description |
---|---|
VolatileIntArray |
createArray(int numEntities,
boolean isValid) |
createArray, isValid
getArrayLength, getCurrentStorageArray, getValue, setValue
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isValid
getArrayLength, getCurrentStorageArray
public VolatileIntArray(int numEntities, boolean isValid)
public VolatileIntArray(int[] data, boolean isValid)
public VolatileIntArray createArray(int numEntities, boolean isValid)
createArray
in interface VolatileArrayDataAccess<VolatileIntArray>
Copyright © 2015–2022 ImgLib2. All rights reserved.