public static class DoubleBigListIterators.UnmodifiableBigListIterator extends AbstractDoubleBigListIterator
Constructor and Description |
---|
UnmodifiableBigListIterator(DoubleBigListIterator i) |
Modifier and Type | Method and Description |
---|---|
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.
|
add, add, back, set, set, skip
back
remove, skip
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
back
skip
skip
public UnmodifiableBigListIterator(DoubleBigListIterator i)
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()