Obtains the next element in the pool.
It is an error to obtain more elements than the value n passed to the constructor. In this case an array out of bounds error is raised.
the next pool element.
See Implementation
Obtains the next element in the pool.
It is an error to obtain more elements than the value n passed to the constructor. In this case an array out of bounds error is raised.