{@inheritDoc}
(int fromIndex, int toIndex)
| 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 |
no outgoing calls
no test coverage detected