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 0148447

Browse files
committed
添加创建者模式的wiki链接
1 parent 28ef49a commit 0148447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎contents/Does-Java-support-default-parameter-values.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ void MyParameterizedFunction(String param1, int param2, bool param3=false);
1010

1111
答案是否定的,不过我们可以通过多种方式处理这种参数默认值的情况。
1212

13-
### 创建者模式
13+
### [创建者模式](http://en.wikipedia.org/wiki/Builder_pattern)
1414
使用创建者模式,你可以设定部分参数是有默认值,部分参数是可选的。如:
1515

1616
```

0 commit comments

Comments
(0)

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