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