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

Method newArrayDeque

output/java_guava/1.4.19/Queues.java:69–71  ·  view source on GitHub ↗

Creates an empty ArrayDeque. @since 12.0

()

Source from the content-addressed store, hash-verified

67
68
69 public static <E> ArrayDeque<E> newArrayDeque() {
70 return new ArrayDeque<E>();
71 }
72
73 /**
74 * 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