Package org.jblas
Class FloatMatrix.RowsAsListView
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<FloatMatrix>
-
- org.jblas.FloatMatrix.RowsAsListView
-
- All Implemented Interfaces:
java.lang.Iterable<FloatMatrix>,java.util.Collection<FloatMatrix>,java.util.List<FloatMatrix>,ConvertsToFloatMatrix
- Enclosing class:
- FloatMatrix
public class FloatMatrix.RowsAsListView extends java.util.AbstractList<FloatMatrix> implements ConvertsToFloatMatrix
-
-
Field Summary
Fields Modifier and Type Field Description private FloatMatrixme
-
Constructor Summary
Constructors Constructor Description RowsAsListView(FloatMatrix me)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatMatrixconvertToFloatMatrix()FloatMatrixget(int index)intsize()-
Methods inherited from class java.util.AbstractList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
-
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
-
-
-
-
Field Detail
-
me
private final FloatMatrix me
-
-
Constructor Detail
-
RowsAsListView
public RowsAsListView(FloatMatrix me)
-
-
Method Detail
-
get
public FloatMatrix get(int index)
- Specified by:
getin interfacejava.util.List<FloatMatrix>- Specified by:
getin classjava.util.AbstractList<FloatMatrix>
-
size
public int size()
- Specified by:
sizein interfacejava.util.Collection<FloatMatrix>- Specified by:
sizein interfacejava.util.List<FloatMatrix>- Specified by:
sizein classjava.util.AbstractCollection<FloatMatrix>
-
convertToFloatMatrix
public FloatMatrix convertToFloatMatrix()
- Specified by:
convertToFloatMatrixin interfaceConvertsToFloatMatrix
-
-