public class Level extends Object
This class is multithread safe: it is immutable. In particular, it is always properly constructed, all of its fields are final, and none of their state can be changed after construction. See p. 53 of Java Concurrency In Practice for more discussion.
| Constructor and Description |
|---|
Level(double price,
double size) |
Copyright © 2019 MARMOT SOLUTIONS LTD. All rights reserved.