Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/apache/groovy
/ listIterator
Method
listIterator
src/main/java/groovy/util/ObservableList.java:312–315 ·
view source on GitHub ↗
{@inheritDoc}
()
Source
from the content-addressed store, hash-verified
310
311
/** {@inheritDoc} */
312
@Override
313
public
ListIterator listIterator() {
314
return
new
ObservableListIterator(delegate.listIterator(), 0);
315
}
316
317
/** {@inheritDoc} */
318
@Override
Callers
3
intersect
Method · 0.45
testListIterator
Method · 0.45
testListIteratorInt
Method · 0.45
Calls
no outgoing calls
Tested by
2
testListIterator
Method · 0.36
testListIteratorInt
Method · 0.36