Closed pradeepg26 closed 8 years ago
ValueList extends AbstractList and does not implement the set method. When trying to update an element of ValueList, an UnsupportedOperationException is thrown.
ValueList
AbstractList
set
UnsupportedOperationException
ValueList
extendsAbstractList
and does not implement theset
method. When trying to update an element ofValueList
, anUnsupportedOperationException
is thrown.