On this page
[Java] Class IntArrayIterable
- org.codehaus.groovy.util.IntArrayIterable
- All Implemented Interfaces and Traits:
- Iterable
public class IntArrayIterable
extends Object
implements Iterable
Allow an int array to be used where an Iterable is expected.
- Since:
- 3.0.8
Constructor Summary
Constructor and description |
---|
IntArrayIterable (int[] array) |
Methods Summary
Inherited Methods Summary
Constructor Detail
public IntArrayIterable(int[] array)
Method Detail
@Override public Iterator<Integer> iterator()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.9/html/gapi/org/codehaus/groovy/util/IntArrayIterable.html