public class WrappedByteLongAccess<A extends ByteAccess> extends Object implements ByteLongAccess
Constructor and Description |
---|
WrappedByteLongAccess(A access) |
Modifier and Type | Method and Description |
---|---|
byte |
getValue(int index) |
byte |
getValue(long index) |
void |
setValue(int index,
byte value) |
void |
setValue(long index,
byte value) |
public WrappedByteLongAccess(A access)
public byte getValue(long index)
getValue
in interface ByteLongAccess
public void setValue(long index, byte value)
setValue
in interface ByteLongAccess
public byte getValue(int index)
getValue
in interface ByteAccess
public void setValue(int index, byte value)
setValue
in interface ByteAccess
Copyright © 2015–2022 ImgLib2. All rights reserved.