MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / clear

Method clear

Ports/CLDC11/src/java/util/PriorityQueue.java:161–165  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

159
160 /// Removes all the elements of the priority queue.
161 @Override
162 public void clear() {
163 Arrays.fill(elements, null);
164 size = 0;
165 }
166
167 /// Inserts the element to the priority queue.
168 ///

Callers

nothing calls this directly

Calls 1

fillMethod · 0.95

Tested by

no test coverage detected