Qizx/Open v0.3

net.xfra.qizxopen.util
Interface NumberConverter

All Known Subinterfaces:
DateConverter
All Known Implementing Classes:
DefaultDateConverter, DefaultNumberConverter

public interface NumberConverter

Used in numeric indexes.


Method Summary
 double convert(java.lang.String value)
          Converts the string to a double.
 

Method Detail

convert

public double convert(java.lang.String value)
Converts the string to a double. If the conversion is not possible, returns NaN. The string passed has no leading whitespace.


 Copyright Xavier FRANC 2003-2004