AbstractList etc. functionality as interfaces with default methods?

Pavel Rappo pavel.rappo at oracle.com
Fri May 8 09:50:52 UTC 2015


> I’m in a position where I’d need to have a class implement List, but it already extends something else, so I can’t have it extend AbstractList

Would composition help you instead of inheritance? (I might be missing something obvious)

-Pavel




More information about the core-libs-dev mailing list