Class IteratorInstance.Iteration<V>

  • Enclosing class:
    IteratorInstance<N,​R>

    public static class IteratorInstance.Iteration<V>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int acceptCount  
      (package private) V current  
      (package private) int loopCount  
      (package private) V next  
    • Constructor Summary

      Constructors 
      Constructor Description
      Iteration​(V next)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void advance​(V nextValue)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • current

        @Nullable
        V current
      • next

        @Nullable
        V next
      • acceptCount

        int acceptCount
      • loopCount

        int loopCount
    • Constructor Detail

      • Iteration

        Iteration​(@Nullable
                  V next)
    • Method Detail

      • advance

        void advance​(@Nullable
                     V nextValue)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object