(int fromIndex, int toIndex)
| 222 | } |
| 223 | |
| 224 | public List subList(int fromIndex, int toIndex){ |
| 225 | return reify().subList(fromIndex, toIndex); |
| 226 | } |
| 227 | |
| 228 | public Object set(int index, Object element){ |
| 229 | throw new UnsupportedOperationException(); |
no test coverage detected