public class IntUnsafe extends AbstractStridedUnsafeLongAccess implements IntLongAccess, VolatileIntAccess
DEFAULT_IS_VALID, stride
Constructor and Description |
---|
IntUnsafe(long address) |
IntUnsafe(long address,
boolean isValid) |
IntUnsafe(long address,
Object ownerReference) |
IntUnsafe(long address,
Object ownerReference,
boolean isValid) |
Modifier and Type | Method and Description |
---|---|
void |
finalize() |
long |
getAddres() |
int |
getValue(int index) |
int |
getValue(long index) |
void |
setValue(int index,
int value) |
void |
setValue(long index,
int value) |
getPosition, isValid
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isValid
public IntUnsafe(long address)
public IntUnsafe(long address, boolean isValid)
public IntUnsafe(long address, Object ownerReference)
public IntUnsafe(long address, Object ownerReference, boolean isValid)
public int getValue(long index)
getValue
in interface IntLongAccess
public void setValue(long index, int value)
setValue
in interface IntLongAccess
public long getAddres()
Copyright © 2015–2022 ImgLib2. All rights reserved.