|
|||||||||
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.AbstractDoubleBidirectionalIterator
it.unimi.dsi.fastutil.doubles.AbstractDoubleBigListIterator
it.unimi.dsi.fastutil.doubles.DoubleBigListIterators.UnmodifiableBigListIterator
public static class DoubleBigListIterators.UnmodifiableBigListIterator
An unmodifiable wrapper class for big list iterators.
Constructor Summary | |
---|---|
DoubleBigListIterators.UnmodifiableBigListIterator(DoubleBigListIterator i)
|
Method Summary | |
---|---|
boolean |
hasNext()
|
boolean |
hasPrevious()
Returns whether there is a previous element. |
java.lang.Double |
next()
Delegates to the corresponding type-specific method. |
double |
nextDouble()
Delegates to the corresponding generic method. |
long |
nextIndex()
Returns the index of the element that would be returned by a subsequent call to next. |
java.lang.Double |
previous()
Delegates to the corresponding type-specific method. |
double |
previousDouble()
Delegates to the corresponding generic method. |
long |
previousIndex()
Returns the index of the element that would be returned by a subsequent call to previous. |
Methods inherited from class it.unimi.dsi.fastutil.doubles.AbstractDoubleBigListIterator |
---|
add, add, back, set, set, skip |
Methods inherited from class it.unimi.dsi.fastutil.doubles.AbstractDoubleBidirectionalIterator |
---|
back |
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 |
Methods inherited from interface it.unimi.dsi.fastutil.doubles.DoubleBidirectionalIterator |
---|
back |
Methods inherited from interface it.unimi.dsi.fastutil.doubles.DoubleIterator |
---|
skip |
Methods inherited from interface it.unimi.dsi.fastutil.objects.ObjectIterator |
---|
skip |
Methods inherited from interface java.util.Iterator |
---|
remove |
Constructor Detail |
---|
public DoubleBigListIterators.UnmodifiableBigListIterator(DoubleBigListIterator i)
Method Detail |
---|
public boolean hasNext()
public boolean hasPrevious()
BidirectionalIterator
ListIterator.hasPrevious()
public double nextDouble()
AbstractDoubleIterator
nextDouble
in interface DoubleIterator
nextDouble
in class AbstractDoubleIterator
Iterator.next()
public double previousDouble()
AbstractDoubleBidirectionalIterator
previousDouble
in interface DoubleBidirectionalIterator
previousDouble
in class AbstractDoubleBidirectionalIterator
ListIterator.previous()
public long nextIndex()
BigListIterator
ListIterator.nextIndex()
public long previousIndex()
BigListIterator
ListIterator.previousIndex()
public java.lang.Double next()
AbstractDoubleIterator
next
in interface java.util.Iterator<java.lang.Double>
next
in class AbstractDoubleIterator
public java.lang.Double previous()
AbstractDoubleBidirectionalIterator
previous
in interface BidirectionalIterator<java.lang.Double>
previous
in class AbstractDoubleBidirectionalIterator
ListIterator.previous()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |