public interface IntIterator extends Cloneable
Modifier and Type | Method and Description |
---|---|
IntIterator |
clone()
Creates a copy of the iterator.
|
boolean |
hasNext() |
int |
next() |
IntIterator clone()
boolean hasNext()
int next()
Copyright © 2018. All rights reserved.