分级 | 阅读完成度 | 含义 |
---|---|---|
1 | 🌕 | 完成阅读,方法/字段已读完,实现过程已了解 |
2 | 🌔 | 完成阅读,方法/字段已读完,但一些实现细节未掌握 |
3 | 🌓 | 正在阅读,方法/字段未读完,理解了大部分特性 |
4 | 🌒 | 正在阅读,方法/字段未读完,只涉猎了一部分特性 |
5 | 🌑 | 初步接触,有限的了解,大概知道该类的作用 |
- 不常用工具
- 🌔 Bits
- 🌔 Preconditions
- 🌔 Tripwire (java.util)
- 🌔 Tripwire (java.util.stream)
- 🌕 IntSummaryStatistics
- 🌕 LongSummaryStatistics
- 🌕 DoubleSummaryStatistics
- 数值计算
- 🌔 BigInteger
- 🌓 BigDecimal
- 🌔 Math
- 🌔 StrictMath
- 🌔 RoundingMode
- 🌔 MathContext
- 🌕 FloatConsts
- 🌕 DoubleConsts
- 随机数
- 迭代
- 序列化/反序列化
- 引用
- 清理器
- 🌕 Cleaner (java.lang.ref)
- 🌕 Cleaner (jdk.internal.ref)
- 🌕 CleanerImpl
- 🌕 PhantomCleanable
- 🌕 SoftCleanable
- 🌕 WeakCleanable
- 🌕 CleanerFactory
- 字符序列
- 字符(序列)编码/解码
- 字符集
- 🌔 Charset
- 🌕 StandardCharsets (java.nio.charset)
- 🌔 StandardCharsets (sun.nio.cs)
- 🌔 ExtendedCharsets
- 🌕 CharsetProvider
- 🌕 AbstractCharsetProvider
- 🌔 CharacterData
- 🌕 CharacterDataLatin1
- 🌔 ConditionalSpecialCasing
- 类加载器
- 反射元素-模块
- 反射元素-包/类/数组
- 🌓 Class
- 🌓 Field
- 🌓 Constructor
- 🌓 Method
- 🌓 Executable
- 🌓 AccessibleObject
- 🌔 Member
- 🌓 Parameter
- 🌔 Array
- 🌔 Modifier
- 🌓 Package
- 🌔 NamedPackage
- 反射元素-泛型
- 反射元素-注解
- 元注解
- 🌕 Annotation
- 🌕 RetentionPolicy
- 🌕 ElementType
- 🌕 Documented
- 🌕 Retention
- 🌕 Target
- 🌕 Inherited
- 🌕 Repeatable
- 🌕 Native
- 文件
- 比较
- 线程
- 容器
- 流
- 流水线
- 🌕 BaseStream
- 🌕 Stream
- 🌔 PipelineHelper
- 🌔 AbstractPipeline
- 🌔 ReferencePipeline
- 🌔 StreamShape
- 🌔 StreamSupport
- 🌔 Sink
- 🌓 Streams
- 🌓 IntStream
- 🌓 LongStream
- 🌓 DoubleStream
- 🌓 IntPipeline
- 🌓 LongPipeline
- 🌓 DoublePipeline
- Spliterator
- 收集
- 🌕 Collector
- 🌕 Collectors
- 🌕 AbstractSpinedBuffer
- 🌔 SpinedBuffer
- 🌔 Node
- 🌓 Nodes
- 任务
- Optional
- 流水线
- 缓冲区
- 🌕 Buffer
- 🌕 DirectBuffer
- char缓冲区
- byte缓冲区
- short缓冲区
- int缓冲区
- long缓冲区
- float缓冲区
- double缓冲区
- Lambda表达式
- 🌕 Function
- 🌕 IntFunction
- 🌕 LongFunction
- 🌕 DoubleFunction
- 🌕 IntToLongFunction
- 🌕 IntToDoubleFunction
- 🌕 LongToIntFunction
- 🌕 LongToDoubleFunction
- 🌕 DoubleToIntFunction
- 🌕 DoubleToLongFunction
- 🌕 ToIntFunction
- 🌕 ToLongFunction
- 🌕 ToDoubleFunction
- 🌕 BiFunction
- 🌕 ToIntBiFunction
- 🌕 ToLongBiFunction
- 🌕 ToDoubleBiFunction
- 🌕 UnaryOperator
- 🌕 IntUnaryOperator
- 🌕 LongUnaryOperator
- 🌕 DoubleUnaryOperator
- 🌕 BinaryOperator
- 🌕 IntBinaryOperator
- 🌕 LongBinaryOperator
- 🌕 DoubleBinaryOperator
- 🌕 Consumer
- 🌕 Predicate
- 🌕 Supplier
- 🌕 Function
- 未分类