public class FloatMatrix.ColumnsAsListView extends AbstractList<FloatMatrix> implements ConvertsToFloatMatrix
modCount
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
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
public ColumnsAsListView(FloatMatrix me)
public FloatMatrix get(int index)
get
in interface List<FloatMatrix>
get
in class AbstractList<FloatMatrix>
public int size()
size
in interface Collection<FloatMatrix>
size
in interface List<FloatMatrix>
size
in class AbstractCollection<FloatMatrix>
public FloatMatrix convertToFloatMatrix()
convertToFloatMatrix
in interface ConvertsToFloatMatrix
Copyright © 2015. All rights reserved.