public class FloatMatrix.ColumnsAsListView extends java.util.AbstractList<FloatMatrix> implements ConvertsToFloatMatrix
Modifier and Type | Field and Description |
---|---|
private FloatMatrix |
me |
Constructor and Description |
---|
ColumnsAsListView(FloatMatrix me) |
Modifier and Type | Method and Description |
---|---|
FloatMatrix |
convertToFloatMatrix() |
FloatMatrix |
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 FloatMatrix me
public ColumnsAsListView(FloatMatrix me)
public FloatMatrix get(int index)
get
in interface java.util.List<FloatMatrix>
get
in class java.util.AbstractList<FloatMatrix>
public int size()
size
in interface java.util.Collection<FloatMatrix>
size
in interface java.util.List<FloatMatrix>
size
in class java.util.AbstractCollection<FloatMatrix>
public FloatMatrix convertToFloatMatrix()
convertToFloatMatrix
in interface ConvertsToFloatMatrix