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