Class Sequence


  • public class Sequence
    extends java.lang.Object
    Sequence to obtain the next index.
    Author:
    Daniel Sagenschneider
    • Constructor Summary

      Constructors 
      Constructor Description
      Sequence()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int nextIndex()
      Obtains the next index in the sequence.
      • Methods inherited from class java.lang.Object

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

      • Sequence

        public Sequence()
    • Method Detail

      • nextIndex

        public int nextIndex()
        Obtains the next index in the sequence.
        Returns:
        Next index in the sequence.