Видео от Библиотека Java разработчика

Sequenced collections introduce an abstraction for collections with a known encounter order like all lists and some sets and maps. It will be easy to add, get, or remove the first and last elements and to iterate or stream in reverse order. We’re also discussing immutable collections and pure functions. More on all of this at JavaOne! ____ Chapters ____ 0:00 ➠ Highlights 0:15 ➠ Intro 1:31 ➠ Collections - Sequenced, Immutable, Unmodifiable “Sequenced Collections“: “Return to Planet Collections“: “Is Change Inevitable?“: 3:56 ➠ Pure Functions “Functional Programming Idioms in Java“: “The Sincerest Form of Flattery“: “Data-Oriented Programming with Records, Sealed Classes, Text Blocks, and More“: Inside Java Newscast #29: 5:31 ➠ Project Loom “Project Loom: Performance Review“: “Project Loom: Modern Scalable Concurrency for the Java Platform“: “Reactive Streams or Virtual Threads: Writing Asynchronous Java DB Access“: “Java Project Loom = Synchronous Performance“: “Loom is Blooming“: “Project Loom Hands-on Lab“: “Implementing Raft protocol with project Loom“: 6:31 ➠ Much More! “Twelve Tips for Writing More Readable Java Code“: “The Wonderful World of Bio-Inspired Computing“: “Improving Your Build Without Touching Your Buildfile“: “Make Your Java Apps See and Learn“: “Generate Some Code for Great Good“: 7:16 ➠ Outro Tags: #Java #JavaOne #OpenJDK #InsideJava
Back to Top