Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
testClear
Method · 0.95
set
Method · 0.95
Calls
1
clear
Method · 0.65
Tested by
1
testClear
Method · 0.76