Class TDBRunner.CycleIterator<T>

  • Enclosing class:
    TDBRunner

    public static class TDBRunner.CycleIterator<T>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CycleIterator​(java.util.Collection<T> data)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isReseted()  
      T next()  
      • Methods inherited from class java.lang.Object

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

      • CycleIterator

        public CycleIterator​(java.util.Collection<T> data)
    • Method Detail

      • isReseted

        public boolean isReseted()
      • next

        public T next()