Class IntArrayIterable

java.lang.Object
org.codehaus.groovy.util.IntArrayIterable
All Implemented Interfaces:
Iterable<Integer>

public class IntArrayIterable
extends Object
implements Iterable<Integer>
Allow an int array to be used where an Iterable is expected.
Since:
3.0.8