Package graphql.util

Class FpKit.ArrayIterator<T>

java.lang.Object
graphql.util.FpKit.ArrayIterator<T>
All Implemented Interfaces:
Iterator<T>
Enclosing class:
FpKit

private static class FpKit.ArrayIterator<T> extends Object implements Iterator<T>
  • Field Details

    • array

      private final Object array
    • size

      private final int size
    • i

      private int i
  • Constructor Details

    • ArrayIterator

      private ArrayIterator(Object array)
  • Method Details

    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface Iterator<T>
    • next

      public T next()
      Specified by:
      next in interface Iterator<T>