Interface Builder<E>

Type Parameters:
E - teh type of the object created
All Known Subinterfaces:
CellBuilder
All Known Implementing Classes:
MapLevelBuilder

public interface Builder<E>
Interface used to create builder of an object
See Also:
MapLevelBuilder, CellBuilder
  • Method Summary

    Modifier and Type Method Description
    E build()
    A method to build an object of type E
  • Method Details

    • build

      E build()
      A method to build an object of type E
      Returns:
      an object of type E