Class ObjectVector
java.lang.Object
com.singularsys.extensions.matrix.genericmat.GenericVector<Object>
com.singularsys.extensions.matrix.objectmat.ObjectVector
- All Implemented Interfaces:
VectorI,Serializable,Iterable<Object>
A Vector where all elements are simply Objects.
- See Also:
-
Field Summary
Fields inherited from class com.singularsys.extensions.matrix.genericmat.GenericVector
data -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.singularsys.extensions.matrix.genericmat.GenericVector
equals, getDimensions, getEle, getNEles, hashCode, setEleG, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
ObjectVector
-
-
Method Details
-
setEle
Description copied from interface:VectorISets an element of a vector.- Specified by:
setElein interfaceVectorI- Overrides:
setElein classGenericVector<Object>- Parameters:
i-val-- Throws:
EvaluationException
-