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