MCPcopy Create free account
hub / github.com/antlr/codebuff / newLinkedBlockingQueue

Method newLinkedBlockingQueue

output/java_guava/1.4.19/Queues.java:166–168  ·  view source on GitHub ↗

Creates an empty LinkedBlockingQueue with a capacity of Integer#MAX_VALUE.

()

Source from the content-addressed store, hash-verified

164
165
166 public static <E> LinkedBlockingQueue<E> newLinkedBlockingQueue() {
167 return new LinkedBlockingQueue<E>();
168 }
169
170 /**
171 * Creates an empty {@code LinkedBlockingQueue} with the given (fixed) capacity.

Callers 1

invokeAnyImplMethod · 0.95

Calls 2

castMethod · 0.95
addAllMethod · 0.95

Tested by

no test coverage detected