public class RoundCount extends Object
| Constructor and Description |
|---|
RoundCount(int limit)
Creates new RoundCount instance.
|
RoundCount(int lower,
int top)
Creates new RoundCount instance.
|
public RoundCount(int limit)
limit - Maximum top value for this counter. Inclusive.public RoundCount(int lower,
int top)
lower - - Minimum value for this counter. Inclusivetop - - Maximum value for this counter. Inclusive.Copyright © 2018. All rights reserved.