Class Data.Row

  • Enclosing class:
    Data

    public class Data.Row
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Row​(int row, Width width, int height)  
    • Constructor Detail

      • Row

        public Row​(int row,
                   Width width,
                   int height)
    • Method Detail

      • stream

        public java.util.stream.Stream<Data.Cell> stream()
      • getRow

        public int getRow()
      • getWidth

        public Width getWidth()
      • getHeight

        public int getHeight()
      • length

        public int length()
      • toLines

        public java.lang.String[][] toLines()