public class ComplexIterationResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ComplexIterationResult(boolean nextIteration,
IComplexNumber number) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
IComplexNumber |
getNumber() |
int |
hashCode() |
boolean |
isNextIteration() |
void |
setNextIteration(boolean nextIteration) |
void |
setNumber(IComplexNumber number) |
public ComplexIterationResult(boolean nextIteration, IComplexNumber number)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean isNextIteration()
public void setNextIteration(boolean nextIteration)
public IComplexNumber getNumber()
public void setNumber(IComplexNumber number)
Copyright © 2014. All Rights Reserved.