Documentation of 'com.datumbox.framework.common.dataobjects.DataTable2D' Java class
DataTable2D
com.datumbox.framework.common.dataobjects

Class DataTable2D

  • All Implemented Interfaces:
    Copyable<AssociativeArray2D>, java.io.Serializable


    public class DataTable2D
    extends AssociativeArray2D
    Data structure which extends the AssociativeArray2D. The only difference of this class with AssociativeArray2D is that all the cells within the internal map should be set. In other words the internal map should have a rectangular format. The class provides a number of methods to access and modify the internal map.
    See Also:
    Serialized Form
    • Constructor Detail

      • DataTable2D

        public DataTable2D()
        Default constructor.
      • DataTable2D

        public DataTable2D(java.util.Map<java.lang.Object,AssociativeArray> internalData)
        Constructor that initializes the internal data with the provided map.
        Parameters:
        internalData -
    • Method Detail

      • isValid

        public boolean isValid()
        Returns if the DataTable2D is valid. This data structure is considered valid it all the DataTable cells are set and as a result the DataTable has a rectangular format.
        Returns:

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.