All Projects → MyHerux → java-java8-learning

MyHerux / java-java8-learning

Licence: other
关于java8新特性的学习使用的例子

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to java-java8-learning

BankOfSpring
Production ready maven based Spring Boot starter kit application with example cases of handling transactions with Spring.
Stars: ✭ 39 (+178.57%)
Mutual labels:  java8-learning
learn-java8
💖《跟上 Java 8》视频课程源码
Stars: ✭ 1,289 (+9107.14%)
Mutual labels:  java8-learning

java-java8-learning

关于java8新特性的学习使用的例子

项目结构

  • src 目录
    Java8 Learning (java8学习)

  • 包目录:

      ├── com.xu.java8.Function   // Function接口
      ├── com.xu.java8.lambda	    // Lambda表达式
      ├── com.xu.java8.Optional	// java8-Optional类
      ├── com.xu.java8.Stream	    // java8-Stream接口
    
  • java8-基础

    主要讲述java8的一些基础概念及用法。包括:Optional类,Lambda表达式,Stream接口。

    java8-基础

  • java8-进阶

    主要讲述java8的一些进阶用法。包括:Function接口,自定义Stream接口。

    java8-进阶

  • java8-实践

    主要讲述java8的用法的一些比较特别的实践用法。

    java8-实践

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].