# java-new-feature **Repository Path**: jcblog-java/java-new-feature ## Basic Information - **Project Name**: java-new-feature - **Description**: Java 新特性 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-08 - **Last Updated**: 2024-10-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## JDK5 * FutureTask ## JDK8 * lambda 将单个方法中的函数定义简单化 * stream * function 用于泛型和具体类型直接的转换 ## JDK9 * reactiveStream