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 ShortLongAccess
public void setValue(long index, short value)
setValue
in interface ShortLongAccess
public short getValue(int index)
getValue
in interface ShortAccess
public void setValue(int index, short value)
setValue
in interface ShortAccess
Copyright © 2015–2022 ImgLib2. All rights reserved.