Documentation of 'mikera.matrixx.impl.MatrixRowList' Java class
MatrixRowList
mikera.matrixx.impl

Class MatrixRowList

  • All Implemented Interfaces:
    java.lang.Iterable<AVector>, java.util.Collection<AVector>, java.util.List<AVector>


    public class MatrixRowList
    extends java.util.AbstractList<AVector>
    Lightweight wrapper for the list of rows of a matrix
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      AVector get(int index) 
      int size() 
      • Methods inherited from class java.util.AbstractList

        add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, set, subList
      • Methods inherited from class java.util.AbstractCollection

        addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.List

        addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
      • Methods inherited from interface java.util.Collection

        parallelStream, removeIf, stream
      • Methods inherited from interface java.lang.Iterable

        forEach
    • Constructor Detail

      • MatrixRowList

        public MatrixRowList(AMatrix m)
    • Method Detail

      • get

        public AVector get(int index)
        Specified by:
        get in interface java.util.List<AVector>
        Specified by:
        get in class java.util.AbstractList<AVector>
      • size

        public int size()
        Specified by:
        size in interface java.util.Collection<AVector>
        Specified by:
        size in interface java.util.List<AVector>
        Specified by:
        size in class java.util.AbstractCollection<AVector>

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.