boonproject / boon

Simple opinionated Java for the novice to expert level Java Programmer. Low Ceremony. High Productivity.
http://richardhightower.github.io/site/Boon/Welcome.html
Apache License 2.0
522 stars 102 forks source link

Cannot update ValueList in place #313

Closed pradeepg26 closed 8 years ago

pradeepg26 commented 9 years ago

ValueList extends AbstractList and does not implement the set method. When trying to update an element of ValueList, an UnsupportedOperationException is thrown.