Class DoubleVector.Itr
java.lang.Object
org.djunits.value.vdouble.vector.base.DoubleVector.Itr
- All Implemented Interfaces:
Serializable
,Iterator<S>
- Enclosing class:
- DoubleVector<U extends Unit<U>,
S extends DoubleScalar<U, S>, V extends DoubleVector<U, S, V>>
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.
- See Also:
-
Constructor Details
-
Itr
protected Itr()
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
-
remove
public void remove() -
toString
-