public class RoundRobin<T> extends Object
RoundRobin()
void
add(T element)
T
next()
remove(T element)
int
size()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RoundRobin()
public int size()
public void add(T element)
public void remove(T element)
public T next() throws NoSuchElementException
NoSuchElementException
Copyright © 2017. All rights reserved.