3.3. Lists

Objects which implement Xyster_Collection_List_Interface have numeric zero-based indexes that contain elements, just like an array. They inherit Xyster_Collection_Interface as well as the ArrayAccess interface in the PHP SPL.

You can extract slices of the list and insert elements at an index.