public class ConcurrentLazyQueue<E> extends Object
ConcurrentLazyQueue(Iterable<E> iterable)
boolean
isEmpty()
E
poll()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ConcurrentLazyQueue(Iterable<E> iterable)
public boolean isEmpty()
public E poll()
Copyright © 2012–2023. All rights reserved.