Class CycleIterator<T>


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

      Constructors 
      Constructor Description
      CycleIterator​(java.util.List<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.List<T> data)
    • Method Detail

      • isReseted

        public boolean isReseted()
      • next

        public T next()