public class LongDynamicContainerAccessor extends DynamicContainerAccessor implements LongAccess
currentIndex| Constructor and Description |
|---|
LongDynamicContainerAccessor(LongDynamicContainer<?> container,
int entitiesPerPixel) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
getValue(int index) |
void |
setValue(int index,
long value) |
updateIndexpublic LongDynamicContainerAccessor(LongDynamicContainer<?> container, int entitiesPerPixel)
public void close()
close in interface DataAccesspublic long getValue(int index)
getValue in interface LongAccesspublic void setValue(int index,
long value)
setValue in interface LongAccessCopyright © 2015–2021 Fiji. All rights reserved.