public class FloatMatrix.ElementsAsListView extends java.util.AbstractList<java.lang.Float> implements ConvertsToFloatMatrix
ConvertsToFloatMatrix
interface.Constructor and Description |
---|
ElementsAsListView(FloatMatrix me) |
Modifier and Type | Method and Description |
---|---|
FloatMatrix |
convertToFloatMatrix() |
java.lang.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
public ElementsAsListView(FloatMatrix me)
public java.lang.Float get(int index)
get
in interface java.util.List<java.lang.Float>
get
in class java.util.AbstractList<java.lang.Float>
public int size()
size
in interface java.util.Collection<java.lang.Float>
size
in interface java.util.List<java.lang.Float>
size
in class java.util.AbstractCollection<java.lang.Float>
public FloatMatrix convertToFloatMatrix()
convertToFloatMatrix
in interface ConvertsToFloatMatrix
© 2008-2013 by Mikio L. Braun and contributors