M
- Type that is mapped toDepthMapper
public interface Mapper<M>
Modifier and Type | Method | Description |
---|---|---|
M[][] |
get2DArray(int size) |
Get a 2d array of the returned type
|
M[] |
getArray(int size) |
Get an array of the returned type
|
M |
map(java.lang.String v) |
Map from string to object
|
M map(java.lang.String v) throws VCFUnexpectedDataException
v
- The StringVCFUnexpectedDataException
- If there is unexpected
data in the VCFM[] getArray(int size)
size
- Size of the arrayM[][] get2DArray(int size)
size
- Size of the major dimension