Class SequenceGenerator

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int counter  
    • Constructor Summary

      Constructors 
      Constructor Description
      SequenceGenerator​(int startsAt)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String next​(java.lang.Object item)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • counter

        private int counter
    • Constructor Detail

      • SequenceGenerator

        public SequenceGenerator​(int startsAt)