public class DoubleMatrix.ElementsAsListView extends java.util.AbstractList<java.lang.Double> implements ConvertsToDoubleMatrix
ConvertsToDoubleMatrix
interface.Modifier and Type | Field and Description |
---|---|
private DoubleMatrix |
me |
Constructor and Description |
---|
ElementsAsListView(DoubleMatrix me) |
Modifier and Type | Method and Description |
---|---|
DoubleMatrix |
convertToDoubleMatrix() |
java.lang.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
private final DoubleMatrix me
public ElementsAsListView(DoubleMatrix me)
public java.lang.Double get(int index)
get
in interface java.util.List<java.lang.Double>
get
in class java.util.AbstractList<java.lang.Double>
public int size()
size
in interface java.util.Collection<java.lang.Double>
size
in interface java.util.List<java.lang.Double>
size
in class java.util.AbstractCollection<java.lang.Double>
public DoubleMatrix convertToDoubleMatrix()
convertToDoubleMatrix
in interface ConvertsToDoubleMatrix