Interface Factory2D.TwoStep<I extends Structure2D,B extends Factory2D.Builder<I>>

All Superinterfaces:
Factory2D<I>, FactorySupplement
All Known Subinterfaces:
Factory2D.MayBeSparse<I,DENSE,SPARSE>, PhysicalStore.Factory<N,I>
All Known Implementing Classes:
Array2D.Factory, GenericStore.Factory, MatrixC128.Factory, MatrixFactory, MatrixH256.Factory, MatrixQ128.Factory, MatrixR032.Factory, MatrixR064.Factory, MatrixR128.Factory, PrimitiveFactory, SparseStore.Factory
Enclosing interface:
Factory2D<I extends Structure2D>

public static interface Factory2D.TwoStep<I extends Structure2D,B extends Factory2D.Builder<I>> extends Factory2D<I>