Skip to content

Commit 6aaae68

Browse files
committedAug 18, 2016
add_stackoverflow_address->create_generic_array
1 parent 01ca924 commit 6aaae68

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎contents/how-to-create-a-generic-array-in-java.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,8 @@ public class GenSet<E extends Foo> { // E has an upper bound of Foo
7373

7474
//...
7575
}
76-
```
76+
```
77+
78+
#### StackOverflow地址:
79+
80+
[http://stackoverflow.com/questions/529085/how-to-create-a-generic-array-in-java](http://stackoverflow.com/questions/529085/how-to-create-a-generic-array-in-java)

0 commit comments

Comments
 (0)
Please sign in to comment.