public class DoubleMatrix.RowsAsListView extends AbstractList<DoubleMatrix> implements ConvertsToDoubleMatrix
modCount| Constructor and Description |
|---|
RowsAsListView(DoubleMatrix me) |
| Modifier and Type | Method and Description |
|---|---|
DoubleMatrix |
convertToDoubleMatrix() |
DoubleMatrix |
get(int index) |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic RowsAsListView(DoubleMatrix me)
public DoubleMatrix get(int index)
get in interface List<DoubleMatrix>get in class AbstractList<DoubleMatrix>public int size()
size in interface Collection<DoubleMatrix>size in interface List<DoubleMatrix>size in class AbstractCollection<DoubleMatrix>public DoubleMatrix convertToDoubleMatrix()
convertToDoubleMatrix in interface ConvertsToDoubleMatrixCopyright © 2015. All rights reserved.