Define AbstractImmutableCollection class
SimonHarmonicMinor opened this issue · 0 comments
SimonHarmonicMinor commented
AbstractImmutableCollection
must implement ImmutableCollection
interface and any parent collection has to extend this class. AbstractImmutableCollection
must declare equals
and hashCode
methods as abstract