- All Implemented Interfaces:
- Iterator<S>
- Enclosing class:
- AbstractDoubleVectorRel<U extends Unit<U>,R extends AbstractDoubleVectorRel<U,R,MR,S>,MR extends AbstractMutableDoubleVectorRel<U,R,MR,S>,S extends AbstractDoubleScalarRel<U,S>>
protected class AbstractDoubleVectorRel.Itr
extends Object
implements Iterator<S>
The iterator class is loosely based in AbstractList.Itr. It does not throw a ConcurrentModificationException, because the
size of the vector does not change. Normal (non-mutable) vectors cannot change their size, nor their content. The only
thing for the MutableVector that can change is its content, not its length.