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

Method subList

src/main/java/groovy/util/ObservableList.java:434–437  ·  view source on GitHub ↗

{@inheritDoc}

(int fromIndex, int toIndex)

Source from the content-addressed store, hash-verified

432
433 /** {@inheritDoc} */
434 @Override
435 public List subList(int fromIndex, int toIndex) {
436 return delegate.subList(fromIndex, toIndex);
437 }
438
439 /** {@inheritDoc} */
440 @Override

Callers 4

getTailMethod · 0.45
initsMethod · 0.45
tailsMethod · 0.45
dispatchNodeCallMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected