public class Complex extends Object
Complex(Number real, Number imaginary)
boolean
equals(Object object)
Number
getImaginary()
getReal()
int
hashCode()
getClass, notify, notifyAll, toString, wait, wait, wait
public Complex(Number real, Number imaginary)
public int hashCode()
hashCode
Object
public boolean equals(Object object)
equals
public Number getReal()
public Number getImaginary()