hrldcpr / pcollections

A Persistent Java Collections Library
Other
765 stars 79 forks source link

AbstractUnmodifiable{Collection,List,Map,Queue,Set} #93

Closed hrldcpr closed 2 years ago

hrldcpr commented 2 years ago

92 introduced the convenient abstract classes AbstractUnmodifiableMap and AbstractUnmodifiableSet.

We should add analogous classes for Collection, List, Queue, &c. and use them everywhere we currently extend java.util.Abstract*