public class ArrayIterable<T> extends Object implements Iterable
Allows an array to be used where an Iterable is expected.
ArrayIterable(T[] array)
public Iterator<T>
iterator()
class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2003-2025 The Apache Software Foundation. All rights reserved.