public class FormattedCounter extends Object
| Constructor and Description |
|---|
FormattedCounter(NumberFormat format,
Boolean lowercase,
String delimiter) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
String |
getFormatted(boolean withDelimiter) |
int |
nextCount() |
void |
reset() |
public FormattedCounter(NumberFormat format, Boolean lowercase, String delimiter)
public void reset()
public int getCount()
public int nextCount()
public String getFormatted(boolean withDelimiter)
Copyright © 2019. All rights reserved.