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, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
public 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 ConvertsToDoubleMatrix
Copyright © 2015. All rights reserved.