public class Stairs extends Object
| Constructor and Description |
|---|
Stairs() |
| Modifier and Type | Method and Description |
|---|---|
void |
addStep(double y,
int value) |
int |
getLastValue() |
int |
getMaxValue() |
int |
getValue(double y) |
List<Double> |
getYs() |
String |
toString() |
Copyright © 2017. All rights reserved.