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 © 2015. All Rights Reserved.