IntIterator, MutableIntIteratorpublic class UnmodifiableIntIterator extends java.lang.Object implements MutableIntIterator
| Constructor | Description | 
|---|---|
| UnmodifiableIntIterator(IntIterator intIterator) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| boolean | hasNext() | |
| int | next() | |
| void | remove() | 
public UnmodifiableIntIterator(IntIterator intIterator)
public boolean hasNext()
hasNext in interface IntIteratorpublic int next()
next in interface IntIteratorpublic void remove()
remove in interface MutableIntIteratorCopyright © 2004–2018. All rights reserved.