protected class FiniteCapacityBuffer.InternalIterator
extends java.lang.Object
implements java.util.ListIterator<DataType>
Constructor and Description |
---|
InternalIterator()
Default constructor
|
Modifier and Type | Method and Description |
---|---|
void |
add(DataType o) |
boolean |
hasNext() |
boolean |
hasPrevious() |
DataType |
next() |
int |
nextIndex() |
DataType |
previous() |
int |
previousIndex() |
void |
remove() |
void |
set(DataType o) |
public boolean hasNext()
public DataType next()
public void remove()
public boolean hasPrevious()
hasPrevious
in interface java.util.ListIterator<DataType>
public DataType previous()
previous
in interface java.util.ListIterator<DataType>
public int nextIndex()
nextIndex
in interface java.util.ListIterator<DataType>
public int previousIndex()
previousIndex
in interface java.util.ListIterator<DataType>