public class NoDupBlockingQueue<E> extends Object
| Constructor and Description |
|---|
NoDupBlockingQueue() |
public E take() throws InterruptedException
InterruptedExceptionpublic boolean remove(Object o)
public boolean add(E e)
public int drainTo(Collection<? super E> c)
public int size()
Copyright © 2009-2014 Cloudhopper by Twitter. All Rights Reserved.