public class UnmodifiableLongIterator extends Object implements MutableLongIterator
| Constructor and 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–2016. All rights reserved.