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