Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6aaae68

Browse files
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

Lines changed: 5 additions & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /