T
public class RoundRobin<T> extends Object implements Iterable<T>
RoundRobin(List<T> list)
Iterator<T>
iterator()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RoundRobin(List<T> list)
public Iterator<T> iterator()
iterator
Iterable<T>
Copyright © 2013-2014. All Rights Reserved.