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
- Author:
- Mikio Braun, Johannes Schaback
-
Field Summary
Fields 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
-
Constructor Details
-
RowsAsListView
-
-
Method Details
-
get
- Specified by:
getin interfaceList<FloatMatrix>- Specified by:
getin classAbstractList<FloatMatrix>
-
size
- Specified by:
sizein interfaceCollection<FloatMatrix>- Specified by:
sizein interfaceList<FloatMatrix>- Specified by:
sizein classAbstractCollection<FloatMatrix>
-
convertToFloatMatrix
- Specified by:
convertToFloatMatrixin interfaceConvertsToFloatMatrix
-