Package graphql.util
Class FpKit.ArrayIterator<T>
- java.lang.Object
-
- graphql.util.FpKit.ArrayIterator<T>
-
- All Implemented Interfaces:
java.util.Iterator<T>
- Enclosing class:
- FpKit
private static class FpKit.ArrayIterator<T> extends java.lang.Object implements java.util.Iterator<T>
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ArrayIterator(java.lang.Object array)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
T
next()
-