Class FormattedCounter


  • public class FormattedCounter
    extends java.lang.Object
    • Field Detail

      • isLowercase

        private final java.lang.Boolean isLowercase
      • delimiter

        private final java.lang.String delimiter
      • count

        private int count
    • Constructor Detail

      • FormattedCounter

        public FormattedCounter​(NumberFormat format,
                                java.lang.Boolean lowercase,
                                java.lang.String delimiter)
    • Method Detail

      • reset

        public void reset()
      • getCount

        public int getCount()
      • nextCount

        public int nextCount()
      • getFormatted

        public java.lang.String getFormatted​(boolean withDelimiter)