MCPcopy 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

intersectMethod · 0.45
testListIteratorMethod · 0.45
testListIteratorIntMethod · 0.45

Calls

no outgoing calls

Tested by 2

testListIteratorMethod · 0.36
testListIteratorIntMethod · 0.36