Class ArrayIterator<T>
java.lang.Object
tools.jackson.databind.util.ArrayIterator<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliteratorMethods inherited from interface Iterator
forEachRemaining
-
Field Details
-
_a
-
_index
private int _index
-
-
Constructor Details
-
ArrayIterator
-
-
Method Details
-
hasNext
-
next
-
remove
-
iterator
-