Class FormattedCounter

java.lang.Object
com.vladsch.flexmark.util.format.FormattedCounter

public class FormattedCounter extends Object
  • Field Details

    • numberFormat

      private final NumberFormat numberFormat
    • isLowercase

      private final Boolean isLowercase
    • delimiter

      private final String delimiter
    • count

      private int count
  • Constructor Details

  • Method Details

    • reset

      public void reset()
    • getCount

      public int getCount()
    • nextCount

      public int nextCount()
    • getFormatted

      public String getFormatted(boolean withDelimiter)