recordset Module
The Recordset utility provides a standard way for dealing with a collection of similar objects.
This module provides the following classes:
This module is a rollup of the following modules:
- 
                    
                        recordset-base
                    
                    The Recordset utility provides a standard way for dealing with a collection of similar objects.
- 
                    
                        recordset-filter
                    
                    Plugin that provides the ability to filter through a recordset. Uses the filter methods available on Y.Array (see arrayextras submodule) to filter the recordset.
- 
                    
                        recordset-indexer
                    
                    Provides the ability to store multiple custom hash tables referencing records in the recordset.
- 
                    
                        recordset-sort
                    
                    Adds default and custom sorting functionality to the Recordset utility
