Package com.vladsch.flexmark.util.format
Class FormattedCounter
- java.lang.Object
-
- com.vladsch.flexmark.util.format.FormattedCounter
-
public class FormattedCounter extends Object
-
-
Constructor Summary
Constructors Constructor Description FormattedCounter(NumberFormat format, Boolean lowercase, String delimiter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCount()StringgetFormatted(boolean withDelimiter)intnextCount()voidreset()
-
-
-
Constructor Detail
-
FormattedCounter
public FormattedCounter(NumberFormat format, Boolean lowercase, String delimiter)
-
-
Method Detail
-
reset
public void reset()
-
getCount
public int getCount()
-
nextCount
public int nextCount()
-
getFormatted
public String getFormatted(boolean withDelimiter)
-
-