|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jeffpalm.util.ComplexNumberFactory
public final class ComplexNumberFactory
Constructor Summary | |
---|---|
ComplexNumberFactory()
|
Method Summary | |
---|---|
ComplexNumber |
newInstance(double r,
double i)
|
ComplexNumber |
newInstance(java.lang.Number n)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ComplexNumberFactory()
Method Detail |
---|
public ComplexNumber newInstance(double r, double i)
newInstance
in interface ComplexNumber.Factory
public ComplexNumber newInstance(java.lang.Number n)
newInstance
in interface ComplexNumber.Factory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |