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