Class ConstructiveVector<E>
java.lang.Object
java.util.AbstractCollection<E>
dk.jonaslindstrom.ruffini.common.vector.BaseVector<E>
dk.jonaslindstrom.ruffini.common.vector.ConstructiveVector<E>
- All Implemented Interfaces:
Vector<E>,Iterable<E>,Collection<E>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class dk.jonaslindstrom.ruffini.common.vector.BaseVector
equals, iterator, pad, stream, toString, viewMethods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArrayMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, parallelStream, remove, removeAll, removeIf, retainAll, spliterator, toArray, toArray, toArrayMethods inherited from interface dk.jonaslindstrom.ruffini.common.vector.Vector
anyMatch, coordinateWise
-
Constructor Details
-
ConstructiveVector
-
-
Method Details
-
size
public int size()- Specified by:
sizein interfaceCollection<E>- Specified by:
sizein interfaceVector<E>- Specified by:
sizein classAbstractCollection<E>
-
get
-
map
-
asList
-