public final class Iterator1D<N extends Number> extends Object implements ListIterator<N>
Constructor and Description |
---|
Iterator1D(Access1D<? extends N> access) |
Iterator1D(Access1D<? extends N> access,
long cursor) |
Modifier and Type | Method and Description |
---|---|
void |
add(N e) |
boolean |
hasNext() |
boolean |
hasPrevious() |
N |
next() |
int |
nextIndex() |
N |
previous() |
int |
previousIndex() |
void |
remove() |
void |
set(N e) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public void add(N e)
add
in interface ListIterator<N extends Number>
public boolean hasNext()
public boolean hasPrevious()
hasPrevious
in interface ListIterator<N extends Number>
public N next()
public int nextIndex()
nextIndex
in interface ListIterator<N extends Number>
public N previous()
previous
in interface ListIterator<N extends Number>
public int previousIndex()
previousIndex
in interface ListIterator<N extends Number>
public void remove()
public void set(N e)
set
in interface ListIterator<N extends Number>
Copyright © 2019 Optimatika. All rights reserved.