| Constructor and description |
|---|
ArrayIterable(T[] array)Creates an iterable view that traverses the supplied array in index order. |
Creates an iterable view that traverses the supplied array in index order.
array - the backing array to iterate Returns an iterator over elements of type T.
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.