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

Method newLinkedBlockingDeque

output/java_guava/1.4.17/Queues.java:125–127  ·  view source on GitHub ↗

Creates an empty LinkedBlockingDeque with a capacity of Integer#MAX_VALUE. @since 12.0

()

Source from the content-addressed store, hash-verified

123
124
125 public static <E> LinkedBlockingDeque<E> newLinkedBlockingDeque() {
126 return new LinkedBlockingDeque<E>();
127 }
128
129 /**
130 * Creates an empty {@code LinkedBlockingDeque} with the given (fixed) capacity.

Callers

nothing calls this directly

Calls 2

castMethod · 0.95
addAllMethod · 0.95

Tested by

no test coverage detected