|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NumberTransformer
Subclasses implementing this interface can transform Objects to doubles.
Method Summary | |
---|---|
double |
transform(Object o)
Implementing this interface provides a facility to transform from Object to Double. |
Method Detail |
---|
double transform(Object o) throws MathException
o
- the Object to be transformed.
MathException
- if the Object can not be transformed into a Double.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |