* Returns object at specified index * @param {Number} index * @return {Object} object at index
(index: number)
| 118 | * @return {Object} object at index |
| 119 | */ |
| 120 | item(index: number) { |
| 121 | return this._objects[index]; |
| 122 | } |
| 123 | |
| 124 | /** |
| 125 | * Returns true if collection contains no objects |
no outgoing calls
no test coverage detected