Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/apache/groovy
/ remove
Method
remove
src/main/java/groovy/lang/Sequence.java:194–198 ·
view source on GitHub ↗
{@inheritDoc}
(int index)
Source
from the content-addressed store, hash-verified
192
* {@inheritDoc}
193
*/
194
@Override
195
public
Object remove(
int
index) {
196
hashCode = 0;
197
return
super.remove(index);
198
}
199
200
/**
201
* {@inheritDoc}
Callers
1
testRemove
Method · 0.95
Calls
1
remove
Method · 0.65
Tested by
1
testRemove
Method · 0.76