public class ERXRoundRobinCollection<E>
extends java.lang.Object
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.