public class DoubleMatrix.ElementsAsListView extends AbstractList<Double> implements ConvertsToDoubleMatrix
ConvertsToDoubleMatrix interface.modCount| Constructor and Description |
|---|
ElementsAsListView(DoubleMatrix me) |
| Modifier and Type | Method and Description |
|---|---|
DoubleMatrix |
convertToDoubleMatrix() |
Double |
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 ElementsAsListView(DoubleMatrix me)
public Double get(int index)
public int size()
size in interface Collection<Double>size in interface List<Double>size in class AbstractCollection<Double>public DoubleMatrix convertToDoubleMatrix()
convertToDoubleMatrix in interface ConvertsToDoubleMatrixCopyright © 2015. All rights reserved.