-
- All Implemented Interfaces:
- Iterable<T>, Iterator<T>
public class ArrayIterator<T>
extends Object
implements Iterator<T>, Iterable<T>
Iterator implementation used to efficiently expose contents of an
Array as read-only iterator.
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2008–2016 FasterXML. All rights reserved.