public class AbstractStridedUnsafeLongAccess extends Object implements VolatileAccess
| Modifier and Type | Field and Description |
|---|---|
protected static boolean |
DEFAULT_IS_VALID |
protected int |
stride |
| Constructor and Description |
|---|
AbstractStridedUnsafeLongAccess(int stride,
boolean isValid) |
| Modifier and Type | Method and Description |
|---|---|
protected long |
getPosition(long offset,
long index) |
boolean |
isValid() |
protected static final boolean DEFAULT_IS_VALID
protected final int stride
public AbstractStridedUnsafeLongAccess(int stride,
boolean isValid)
protected long getPosition(long offset,
long index)
public boolean isValid()
isValid in interface VolatileAccessCopyright © 2015–2022 ImgLib2. All rights reserved.