Package VCF.Mappers
Interface IntegerMapper
-
public interface IntegerMapper
Maps from a text string to an integer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
map(java.lang.String v)
Map from string to integer
-
-
-
Method Detail
-
map
int map(java.lang.String v) throws VCFUnexpectedDataException
Map from string to integer- Parameters:
v
- The string- Returns:
- The integer
- Throws:
VCFUnexpectedDataException
- If there is unexpected data in the VCF
-
-