LongIterator, MutableLongIteratorpublic class UnmodifiableLongIterator extends java.lang.Object implements MutableLongIterator
| Constructor | Description |
|---|---|
UnmodifiableLongIterator(LongIterator longIterator) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
hasNext() |
|
long |
next() |
|
void |
remove() |
public UnmodifiableLongIterator(LongIterator longIterator)
public boolean hasNext()
hasNext in interface LongIteratorpublic long next()
next in interface LongIteratorpublic void remove()
remove in interface MutableLongIteratorCopyright © 2004–2017. All rights reserved.