public class UnmodifiableLongIterator extends Object implements MutableLongIterator
Constructor and Description |
---|
UnmodifiableLongIterator(LongIterator longIterator) |
public UnmodifiableLongIterator(LongIterator longIterator)
public boolean hasNext()
hasNext
in interface LongIterator
public long next()
next
in interface LongIterator
public void remove()
remove
in interface MutableLongIterator
Copyright © 2004–2016. All rights reserved.