Class RoundRobin<T>

java.lang.Object
dev.getelements.elements.sdk.model.util.RoundRobin<T>
Type Parameters:
T -
All Implemented Interfaces:
Iterable<T>

public class RoundRobin<T> extends Object implements Iterable<T>
Allows for round-robin iteration of a list of objects in a thread safe.