2015 | OriginalPaper | Chapter
5. Using Stream APIs and Collections
Published in:
Pro Java 8 Programming
Abstract
By definition, an object-oriented application is one that creates and uses objects, and most useful applications create and manage groups of objects. In fact, maintaining a group, or collection, of objects is done so often that Java’s core library has always included classes designed specifically for that purpose.