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