Module io.jenetics.base
Package io.jenetics.internal.collection
Class BaseSeqIterator<T,S extends BaseSeq<T>>
java.lang.Object
BaseSeqIterator<T,S>
- All Implemented Interfaces:
Iterator<T>
,ListIterator<T>
- Direct Known Subclasses:
BaseMSeqIterator
- Since:
- 1.4
- Version:
- 5.2
-
Field Details
-
array
-
-
Constructor Details
-
BaseSeqIterator
-
-
Method Details
-
hasNext
-
next
-
nextIndex
- Specified by:
nextIndex
in interfaceListIterator<T>
-
hasPrevious
- Specified by:
hasPrevious
in interfaceListIterator<T>
-
previous
- Specified by:
previous
in interfaceListIterator<T>
-
previousIndex
- Specified by:
previousIndex
in interfaceListIterator<T>
-
set
- Specified by:
set
in interfaceListIterator<T>
-
add
- Specified by:
add
in interfaceListIterator<T>
-
remove
-