public class FloatMatrix.ElementsAsListView extends AbstractList<Float> implements ConvertsToFloatMatrix
ConvertsToFloatMatrix interface.modCount| Constructor and Description |
|---|
ElementsAsListView(FloatMatrix me) |
| Modifier and Type | Method and Description |
|---|---|
FloatMatrix |
convertToFloatMatrix() |
Float |
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(FloatMatrix me)
public Float get(int index)
public int size()
size in interface Collection<Float>size in interface List<Float>size in class AbstractCollection<Float>public FloatMatrix convertToFloatMatrix()
convertToFloatMatrix in interface ConvertsToFloatMatrixCopyright © 2015. All rights reserved.