MCPcopy Create free account
hub / github.com/ReadyTalk/avian / clear

Method clear

classpath/java/util/ArrayDeque.java:220–225  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

218 }
219
220 @Override
221 public void clear() {
222 size = 0;
223 startIndex = endIndex = 0;
224 modCount++;
225 }
226
227 @Override
228 public int size() {

Callers 1

ArrayDequeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected