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