Classes

A list object that wraps around an array of objects or arrays.

A list decorator that allows a list to be grouped into sub-lists by common values of a field.

A base class for decorators that wrap around a list to provide additional functionality. It passes through list methods to the underlying list implementation.

Map

Creates a map from an SS_List by defining a key column and a value column.

A decorator that wraps around a data list in order to provide pagination.

Interfaces

An interface that a class can implement to be treated as a list container.