Class CircularNumerator<T>

java.lang.Object
com.j_spaces.kernel.list.CircularNumerator<T>

public class CircularNumerator<T> extends Object
  • Constructor Details

    • CircularNumerator

      public CircularNumerator(T[] entries, int start)
  • Method Details

    • getCurrent

      public T getCurrent()
    • next

      public void next()