All Packages Class Hierarchy This Package Previous Next Index
Interface tea.set.MatrixHelper
- public interface interface MatrixHelper
MatrixHelper interface defines methods used by Matrix to create
objects for cell, row info, and column info. Users of Matrix can
pass a MatrixHelper to Matrix to ensure no cells and info slots
will never be empty.
- See Also:
- Matrix
-
createColInfo()
- Create a column info object.
-
createObject()
- Create a cell object.
-
createRowInfo()
- Create a row info object.
createRowInfo
public abstract Object createRowInfo()
- Create a row info object.
- Returns:
- row info object.
createColInfo
public abstract Object createColInfo()
- Create a column info object.
- Returns:
- column info object.
createObject
public abstract Object createObject()
- Create a cell object.
- Returns:
- cell object.
All Packages Class Hierarchy This Package Previous Next Index