Package Jyxo_Spl
| Jyxo_Spl_ArrayUtil | Utilities for working with arrays. |
| Jyxo_Spl_CountableLimitIterator | LimitIterator which supports Countable for transparent wrapping. |
| Jyxo_Spl_FilterIterator | Iterator which uses a callback or closure for filtering data. |
| Jyxo_Spl_MapIterator | Iterator which applies a callback over results (lazy-loaded calls). Supports iteration over both Traversable and array. |
| Jyxo_Spl_Object | Default object class. |
| Jyxo_Spl_ObjectCache | Simple object cache so we don't have to create them or write caching over again. |
| Jyxo_Spl_ArrayCopy | Object which can be converted to an array. |