ERXRoundRobinCollection< E > Class Reference
List of all members.
Detailed Description
A simple thread-safe class that returns the next item in a list in round robin fashion. If only one item in the collection, the juggling is bypassed and that same item is returned every time.
- Author:
- kieran
- Parameters:
-
Constructor & Destructor Documentation
| ERXRoundRobinCollection |
( |
final NSArray< E > |
collection |
) |
|
Member Function Documentation
- Returns:
- the array of objects in the pool
- Returns:
- the next item in the pool infinitely. When end of the list is reached, the first item in the list is returned.
Member Data Documentation
The documentation for this class was generated from the following file: