Package 

Class Set


  • 
    public class Set
    extends Base
                        

    Linear data storage. Data is stored as an array or rows where each row contains several columns (see Listing 1 below). To start working with this storage you need to map columns using mapAs method (you can create as many mappings as you like). Each field can be a number, a string, a function, an array or an object. Data fields can of any type and its way you read them depends on mapping only: mapAs. Sample mappings are shown in code samples 3, 4 and 5.Note: To create an instance of this class use set method.