-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path各模块名称.txt
44 lines (44 loc) · 1.54 KB
/
各模块名称.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
amyOne 模块化
amyTwo 模块化
myAAA 练习
myAbstract 抽象类
myAnnotation 注解
myArgs 类作为返回值
myArray 数组
myArrayList 集合
myArrays Arrays类
myByteStream IO流(字节流)
myCalendar Calendar类(日历)
myCharStream IO流(字符流)
myClass 类
myCollection Collection集合接口
myCollections Collections工具类
myDate Date类(时间)
myDuoTai 多态
myException 异常
myExtends 继承
myFinal 状态修饰符(final)
myFunctionInterface 函数式接口
myGeneric 泛型
myImport 导包
myInnerClass 内部类
myInteger 基本类型包装类
myInterface 接口
myInterface2 接口中的方法
myLambda Lambda表达式
myList List集合
myMap Map集合
myMath Math方法
myMethodReference 方法引用
myModifier 权限修饰符
myNet 网络编程
myObject Object类
myOtherStream 标准输入输出流
myReflect 反射
mySimpleDateFormat SimpleDateFormat类(时间)
myStatic 状态修饰符(static)
myStream Stream流
myString 字符串
myStringBuilder 字符串(Builder)
mySystem System方法
myThread 多线程