News

The Collections Framework relies on a set of abstract data structures represented by interfaces that describe them based on the operations they support, from the most generic to the most specialized.
The default method role offered by interfaces has given new life to the Java Collections Framework. You might consider this role for your own legacy interface-based libraries.
Proposal for enhancing the Java programming language would define interfaces for sequenced collections, sequenced sets, and sequenced maps.