Giter VIP home page Giter VIP logo

jdk8-translation's Introduction

起因: 由于之前经常会翻看JDK的源码,尤其是J.U.C包下面的一些类库,发现一些类中开头的大段英文注释写的非常好, 很多时候都说明了设计思路以及这么做的原因,所以想把这些注释翻译成中文,便于自己温习的同时也方便大家。

计划首先从J.U.C包下面的类库开始翻译:

翻译进度汇总:

1.ConcurrentHashMap翻译初版。

2.Striped64翻译初版。该类对于并发计数提出了新的解决思路,ConcurrentHashMap元素个数的统计都是基于该**做的。

3.翻译线程中的状态类,对应Thread类中的枚举类State。

4.翻译线程池相关类中的部分注释。

5.ClassLoader部分注释翻译。

6.StampedLock部分注释翻译。

7.AbstractQueuedSynchronizer类开头注释翻译,内部类Node部分字段翻译。

8.ScheduledThreadPoolExecutor类部分注释翻译。

9.ScheduledExecutorService类注释。

10.Stream接口部分注释翻译。

初始化--

jdk8-translation's People

Contributors

zhenjunma avatar onlycastiel avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.