Skip to content

Commit ae85411

Browse files
committed
添加Demo
1 parent e8012d2 commit ae85411

File tree

6 files changed

+48
-0
lines changed

6 files changed

+48
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package cn.byhieg.collectiontutorial.maptutorial;
2+
3+
/**
4+
* Created by shiqifeng on 2017/2/24.
5+
* Mail byhieg@gmail.com
6+
*/
7+
public class HashMapExample {
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package cn.byhieg.collectiontutorial.maptutorial;
2+
3+
/**
4+
* Created by shiqifeng on 2017/2/24.
5+
* Mail byhieg@gmail.com
6+
*/
7+
public class HashtableExample {
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package cn.byhieg.collectiontutorial.maptutorial;
2+
3+
/**
4+
* Created by shiqifeng on 2017/2/24.
5+
* Mail byhieg@gmail.com
6+
*/
7+
public class LinkedHashMapExample {
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package cn.byhieg.collectiontutorial.maptutorial;
2+
3+
/**
4+
* Created by shiqifeng on 2017/2/24.
5+
* Mail byhieg@gmail.com
6+
*/
7+
public class SortedMapExample {
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package cn.byhieg.collectiontutorial.maptutorial;
2+
3+
/**
4+
* Created by shiqifeng on 2017/2/24.
5+
* Mail byhieg@gmail.com
6+
*/
7+
public class TreeMapExample {
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package cn.byhieg.collectiontutorial.maptutorial;
2+
3+
/**
4+
* Created by shiqifeng on 2017/2/24.
5+
* Mail byhieg@gmail.com
6+
*/
7+
public class WeakHashMapExample {
8+
}

0 commit comments

Comments
 (0)