java.lang.Object
BaseSeqIterator<T,BaseMSeq<T>>
BaseMSeqIterator<T>
- All Implemented Interfaces:
Iterator<T>
,ListIterator<T>
- Since:
- 1.4
- Version:
- 5.2
-
Field Summary
Fields inherited from class io.jenetics.internal.collection.BaseSeqIterator
array
-
Constructor Summary
-
Method Summary
Methods inherited from class io.jenetics.internal.collection.BaseSeqIterator
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
BaseMSeqIterator
-
-
Method Details
-
set
- Specified by:
set
in interfaceListIterator<T>
- Overrides:
set
in classBaseSeqIterator<T,
BaseMSeq<T>>
-