private class ForEach.Worker extends Object implements Runnable
private Queue<E>
queue
Worker(Queue<E> queue)
void
push(E element)
run()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private final Queue<E> queue
public void push(E element)
public void run()
run
Runnable
Copyright © 2020. All rights reserved.