public class WrappedShortLongAccess<A extends ShortAccess> extends Object implements ShortLongAccess
| Constructor and Description |
|---|
WrappedShortLongAccess(A access) |
| Modifier and Type | Method and Description |
|---|---|
short |
getValue(int index) |
short |
getValue(long index) |
void |
setValue(int index,
short value) |
void |
setValue(long index,
short value) |
public WrappedShortLongAccess(A access)
public short getValue(long index)
getValue in interface ShortLongAccesspublic void setValue(long index,
short value)
setValue in interface ShortLongAccesspublic short getValue(int index)
getValue in interface ShortAccesspublic void setValue(int index,
short value)
setValue in interface ShortAccessCopyright © 2015–2022 ImgLib2. All rights reserved.