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
Constructors -
Method Summary
Methods inherited from class io.jenetics.internal.collection.BaseSeqIterator
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, removeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
BaseMSeqIterator
-
-
Method Details
-
set
- Specified by:
setin interfaceListIterator<T>- Overrides:
setin classBaseSeqIterator<T,BaseMSeq<T>>
-