Interface Factory2D<I extends Structure2D>

    • Method Detail

      • asFactory1D

        default Factory1D<I> asFactory1D()
      • make

        I make​(int nbRows,
               int nbCols)
      • make

        default I make​(long nbRows,
                       long nbCols)