Plus d’un million de livres à portée de main !
Bookbot

Maurice Naftalin

    Mastering Lambdas: Java Programming in a Multicore World
    Java Generics and Collections
    Java Generics and Collections
    • Covers everything from the basic uses of generics to the strangest corner cases. This book covers: fundamentals of generics: type parameters and generic methods; boxing and unboxing, foreach loops; subtyping and wildcards; evolution not revolution; Design patterns for generics; Sets, Queues, Lists, Maps, and their implementations; and more.

      Java Generics and Collections
    • Java Generics and Collections

      Fundamentals and Recommended Practices

      • 300pages
      • 11 heures de lecture

      Focusing on generics and collections in Java, this second edition addresses Java 21 and serves as a comprehensive resource for effectively using and writing generic APIs. It thoroughly explores the collections library, detailing when and how to utilize each type for various tasks. Additionally, it delves into stream processing, explaining the interaction between different models to optimize performance with the platform library. This guide is essential for mastering both common applications and complex scenarios in Java programming.

      Java Generics and Collections
    • Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product.The Definitive Guide to Lambda Expressions Mastering Lambdas: Java Programming in a Multicore World describes how the lambda-related features of Java SE 8 will enable Java to meet the challenges of next-generation parallel hardware architectures. The bookexplains how to write lambdas, and how to use them in streams and in collection processing, providing code examples throughout. You'll learn how to use lambda expressions to take full advantage of performanceimprovements provided by today's multicore hardware. This Oracle Press book covers: Why lambdas were needed, and how they will change Javaprogramming Syntax of lambda expressions The basic operation of streams and pipelines Using collectors and reduction to end pipelines Creating streams Spliterators, the fork/join framework, and exceptions Examining stream performance with microbenchmarking API evolution using default methods

      Mastering Lambdas: Java Programming in a Multicore World