Skip to content

Laomedeia/Java8InAction

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java8-Kotlin-InAction

个人的 Java & Kotlin 的练习和测试项目

源码包结构说明:

com.winterbe.java8

来自 http://winterbe.com 网站作者的 java8 guide 项目

java8InAction

来自《java8 实战》书中的源码练习

  • Chapter 1: Java 8: why should you care?
  • Chapter 2: Passing code with behavior parameterization
  • Chapter 3: Lambda expressions
  • Chapter 4: Working with Streams
  • Chapter 5: Processing data with streams
  • Chapter 6: Collecting data with streams
  • Chapter 7: Parallel data processing and performance
  • Chapter 8: Refactoring, testing, debugging
  • Chapter 9: Default methods
  • Chapter 10: Using Optional as a better alternative to null
  • Chapter 11: CompletableFuture: composable asynchronous programming
  • Chapter 12: New Date and Time API
  • Chapter 13: Thinking functionally
  • Chapter 14: Functional programming techniques
  • Chapter 15: Blending OOP and FP: comparing Java 8 and Scala
  • Chapter 16: Conclusions and "where next" for Java
  • Appendix A: Miscellaneous language updates
  • Appendix B: Miscellaneous library updates
  • Appendix C: Performing multiple operations in parallel on a Stream
  • Appendix D: Lambdas and JVM bytecode

juejin

来自掘金小册的练习项目

  • netty 练习

org.kotlin.action

来自《kotlin 实战》书中的练习

workTest

来自工作中的一些临时测试练习

leetcode

偶尔刷刷

About

personal study & test

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 94.5%
  • Kotlin 4.5%
  • JavaScript 1.0%