abstract class AbstractSeries extends java.lang.Object implements Series
Modifier and Type | Field and Description |
---|---|
(package private) int |
x |
(package private) int |
y |
Constructor and Description |
---|
AbstractSeries() |
Modifier and Type | Method and Description |
---|---|
protected abstract int |
eval(int x,
int y) |
void |
next() |
void |
print() |