public class WrappedCharLongAccess<A extends CharAccess> extends Object implements CharLongAccess
| Constructor and Description |
|---|
WrappedCharLongAccess(A access) |
| Modifier and Type | Method and Description |
|---|---|
char |
getValue(int index) |
char |
getValue(long index) |
void |
setValue(int index,
char value) |
void |
setValue(long index,
char value) |
public WrappedCharLongAccess(A access)
public char getValue(long index)
getValue in interface CharLongAccesspublic void setValue(long index,
char value)
setValue in interface CharLongAccesspublic char getValue(int index)
getValue in interface CharAccesspublic void setValue(int index,
char value)
setValue in interface CharAccessCopyright © 2015–2022 ImgLib2. All rights reserved.