public class BasicCounter extends Object
Constructor and Description |
---|
BasicCounter() |
BasicCounter(double total) |
Modifier and Type | Method and Description |
---|---|
void |
calculate() |
double |
getInstance() |
double |
getResult() |
double |
getTotal() |
int |
getTotalAsInt() |
void |
increaseInstance() |
void |
increaseTotal() |
String |
toString() |
public BasicCounter()
public BasicCounter(double total)
Copyright © 2020. All rights reserved.