public interface PutStrategy<E>
Modifier and Type | Method and Description |
---|---|
void |
signal() |
boolean |
supportsSpec(ConcurrentQueueSpec qs) |
void |
waitOffer(Queue<E> q,
E e) |
void waitOffer(Queue<E> q, E e) throws InterruptedException
InterruptedException
void signal()
boolean supportsSpec(ConcurrentQueueSpec qs)
Copyright © 2013-2017. All Rights Reserved.