public abstract class YCalculator extends Object
| Modifier and Type | Field and Description |
|---|---|
static YCalculator |
avg |
static YCalculator |
max |
| Constructor and Description |
|---|
YCalculator() |
| Modifier and Type | Method and Description |
|---|---|
abstract double |
calculateY(List<Point> points) |
abstract String |
getName() |
public static final YCalculator avg
public static final YCalculator max
Copyright © 2020. All rights reserved.