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

Method newConcurrentLinkedQueue

output/java_guava/1.4.19/Queues.java:97–99  ·  view source on GitHub ↗

Creates an empty ConcurrentLinkedQueue.

()

Source from the content-addressed store, hash-verified

95
96
97 public static <E> ConcurrentLinkedQueue<E> newConcurrentLinkedQueue() {
98 return new ConcurrentLinkedQueue<E>();
99 }
100
101 /**
102 * Creates a {@code ConcurrentLinkedQueue} containing the elements of the specified iterable,

Callers 2

inCompletionOrderMethod · 0.95

Calls 2

castMethod · 0.95
addAllMethod · 0.95

Tested by

no test coverage detected