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

Method newArrayDeque

corpus/java/training/guava/collect/Queues.java:64–66  ·  view source on GitHub ↗

Creates an empty ArrayDeque. @since 12.0

()

Source from the content-addressed store, hash-verified

62 * @since 12.0
63 */
64 public static <E> ArrayDeque<E> newArrayDeque() {
65 return new ArrayDeque<E>();
66 }
67
68 /**
69 * Creates an {@code ArrayDeque} containing the elements of the specified iterable,

Callers 2

initialValueMethod · 0.95
ListenerCallQueueClass · 0.95

Calls 2

castMethod · 0.95
addAllMethod · 0.95

Tested by

no test coverage detected