Class FloatMatrix.RowsAsListView
- All Implemented Interfaces:
Iterable<FloatMatrix>, Collection<FloatMatrix>, List<FloatMatrix>, SequencedCollection<FloatMatrix>, ConvertsToFloatMatrix
- Enclosing class:
FloatMatrix
public class FloatMatrix.RowsAsListView
extends AbstractList<FloatMatrix>
implements ConvertsToFloatMatrix
-
Field Summary
FieldsFields inherited from class AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListMethods inherited from class AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from interface Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface List
addAll, addFirst, addLast, contains, containsAll, getFirst, getLast, isEmpty, remove, removeAll, removeFirst, removeLast, replaceAll, retainAll, reversed, sort, spliterator, toArray, toArray
-
Field Details
-
me
-
-
Constructor Details
-
RowsAsListView
-
-
Method Details
-
get
- Specified by:
getin interfaceList<FloatMatrix>- Specified by:
getin classAbstractList<FloatMatrix>
-
size
public int size()- Specified by:
sizein interfaceCollection<FloatMatrix>- Specified by:
sizein interfaceList<FloatMatrix>- Specified by:
sizein classAbstractCollection<FloatMatrix>
-
convertToFloatMatrix
- Specified by:
convertToFloatMatrixin interfaceConvertsToFloatMatrix
-