MCPcopy Index your code
hub / github.com/apache/groovy / clear

Method clear

src/main/java/groovy/lang/Sequence.java:185–189  ·  view source on GitHub ↗

{@inheritDoc}

()

Source from the content-addressed store, hash-verified

183 * {@inheritDoc}
184 */
185 @Override
186 public void clear() {
187 hashCode = 0;
188 super.clear();
189 }
190
191 /**
192 * {@inheritDoc}

Callers 2

testClearMethod · 0.95
setMethod · 0.95

Calls 1

clearMethod · 0.65

Tested by 1

testClearMethod · 0.76