MCPcopy Index your code
hub / github.com/davidgiven/luje / clear

Method clear

lib/java/util/Set.java:68–68  ·  view source on GitHub ↗

Removes all elements from this set, leaving it empty. @throws UnsupportedOperationException when removing from this set is not supported. @see #isEmpty @see #size

()

Source from the content-addressed store, hash-verified

66 * @see #size
67 */
68 public void clear();
69
70 /**
71 * Searches this set for the specified object.

Callers 15

clearMethod · 0.65
flushMethod · 0.65
compactMethod · 0.65
sliceMethod · 0.65
compactMethod · 0.65
sliceMethod · 0.65
compactMethod · 0.65
sliceMethod · 0.65

Implementers 1

CheckedEntrySetlib/java/util/Collections.java

Calls

no outgoing calls

Tested by

no test coverage detected