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, 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 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 ConvertsToDoubleMatrix
Copyright © 2015. All rights reserved.