Class FormattedCounter
java.lang.Object
com.vladsch.flexmark.util.format.FormattedCounter
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate final Stringprivate final Booleanprivate final NumberFormat -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetCount()getFormatted(boolean withDelimiter) intvoidreset()
-
Field Details
-
numberFormat
-
isLowercase
-
delimiter
-
count
private int count
-
-
Constructor Details
-
FormattedCounter
-
-
Method Details
-
reset
public void reset() -
getCount
public int getCount() -
nextCount
public int nextCount() -
getFormatted
-