|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.unimi.dsi.fastutil.doubles.AbstractDoubleIterator
it.unimi.dsi.fastutil.doubles.DoubleIterators.UnmodifiableIterator
public static class DoubleIterators.UnmodifiableIterator
An unmodifiable wrapper class for iterators.
Constructor Summary | |
---|---|
DoubleIterators.UnmodifiableIterator(DoubleIterator i)
|
Method Summary | |
---|---|
boolean |
hasNext()
|
java.lang.Double |
next()
Delegates to the corresponding type-specific method. |
double |
nextDouble()
Delegates to the corresponding generic method. |
Methods inherited from class it.unimi.dsi.fastutil.doubles.AbstractDoubleIterator |
---|
remove, skip |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DoubleIterators.UnmodifiableIterator(DoubleIterator i)
Method Detail |
---|
public boolean hasNext()
public double nextDouble()
AbstractDoubleIterator
nextDouble
in interface DoubleIterator
nextDouble
in class AbstractDoubleIterator
Iterator.next()
public java.lang.Double next()
AbstractDoubleIterator
next
in interface java.util.Iterator<java.lang.Double>
next
in class AbstractDoubleIterator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |