MCPcopy Create free account
hub / github.com/ReadyTalk/avian / put

Method put

classpath/java/util/concurrent/BlockingQueue.java:17–17  ·  view source on GitHub ↗
(T e)

Source from the content-addressed store, hash-verified

15
16public interface BlockingQueue<T> extends Queue<T> {
17 public void put(T e) throws InterruptedException;
18
19 public boolean offer(T e, long timeout, TimeUnit unit) throws InterruptedException;
20

Callers 2

ZipFileMethod · 0.65
setValueMethod · 0.65

Implementers 1

LinkedBlockingQueueclasspath/java/util/concurrent/LinkedB

Calls

no outgoing calls

Tested by

no test coverage detected