On this page
[Java] Class ShortArrayIterator
- org.codehaus.groovy.util.ShortArrayIterator
- All Implemented Interfaces and Traits:
- Iterator
public class ShortArrayIterator
extends Object
implements Iterator
Allow a short array to be used where an Iterator is expected.
- Since:
- 3.0.8
Constructor Summary
Constructor and description |
---|
ShortArrayIterator (short[] array) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public boolean |
hasNext() |
|
public Short |
next() |
|
public void |
remove() |
Inherited Methods Summary
Constructor Detail
public ShortArrayIterator(short[] array)
Method Detail
@Override public boolean hasNext()
@Override public Short next()
@Override public void remove()
© 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/ShortArrayIterator.html