Package com.vladsch.flexmark.util.format
Class FormattedCounter
java.lang.Object
com.vladsch.flexmark.util.format.FormattedCounter
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
private final String
private final Boolean
private final NumberFormat
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getCount()
getFormatted
(boolean withDelimiter) int
void
reset()
-
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
-