8000 add Chinese translation document by imsingo · Pull Request #280 · scala/docs.scala-lang · GitHub
[go: up one dir, main page]

Skip to content

add Chinese translation document #280

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 38 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
8471fbe
Chinese Translation
Jan 2, 2014
af20f32
Update index.md
imsingo Jan 2, 2014
a72f45e
Update index.md
imsingo Jan 2, 2014
973e20a
Update index.md
imsingo Jan 2, 2014
768aa1e
Update String_Interpolation.md
imsingo Jan 2, 2014
7180dcd
Update Implicit-Classes.md
imsingo Jan 2, 2014
2bfbd8f
Update Futures-and-Promises.md
imsingo Jan 2, 2014
e0fa922
Update Concrete_Parallel_Collection_Classes.md
imsingo Jan 2, 2014
f1edb89
Update index.md
imsingo Jan 2, 2014
caf17c0
Update Migrating_from_Scala_2_7.md
imsingo Jan 2, 2014
16cf83a
Update Conversions_Between_Java_and_Scala_Collections.md
imsingo Jan 2, 2014
7a21f8d
Update Creating_Collections_From_Scratch.md
imsingo Jan 2, 2014
ca11562
Update Iterators.md
imsingo Jan 2, 2014
f5ca126
Update Views.md
imsingo Jan 2, 2014
03a92e0
Update Equality.md
imsingo Jan 2, 2014
48defa1
Update Performance_Characteristics.md
imsingo Jan 2, 2014
b6afc8f
Update Strings.md
imsingo Jan 2, 2014
c2a030a
Update Arrays.md
imsingo Jan 2, 2014
609895b
Update Concrete_Mutable_Collection_Classes.md
imsingo Jan 2, 2014
df03719
Update Concrete_Immutable_Collection_Classes.md
imsingo Jan 2, 2014
821d1f9
Update Maps.md
imsingo Jan 2, 2014
eee4044
Update Sets.md
imsingo Jan 2, 2014
09bbf57
Update The_sequence_traits.md
imsingo Jan 2, 2014
70d1cfe
Update Trait_Iterable.md
imsingo Jan 2, 2014
2811b67
Update Trait_Traversable.md
imsingo Jan 2, 2014
97a1c64
Update Mutable_and_Immutable_Collections.md
imsingo Jan 2, 2014
b09c7ed
Update Introduction.md
imsingo Jan 2, 2014
558d001
Update The_Scala_Actors_API.md
imsingo Jan 2, 2014
9962766
Update The_Architecture_of_Scala_Collections.md
imsingo Jan 2, 2014
8dfed6e
Update Measuring_Performance.md
imsingo Jan 2, 2014
b4252a4
Update Configuring_Parallel_Collections.md
imsingo Jan 2, 2014
b605287
Update Creating_Custom_Parallel_Collections.md
imsingo Jan 2, 2014
7c51bf3
Update Architecture_of_the_Parallel_Collections_Library.md
imsingo Jan 2, 2014
03353b8
Update Concurrent_Tries.md
imsingo Jan 2, 2014
735fb81
Update Parallel_Collection_Conversions.md
imsingo Jan 2, 2014
c2b266a
Update Overview.md
imsingo Jan 2, 2014
2ff372d
Update Value-Classes-and-Universal-Traits.md
imsingo Jan 2, 2014
32848fc
Update The-Scala-Actors-Migration-Guide.md
imsingo Jan 2, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Sets.md
  • Loading branch information
imsingo committed Jan 2, 2014
commit eee40441b27c31bfdaeafb9ec6172fd5f22af295
1 change: 0 additions & 1 deletion cn/overviews/collections/Sets.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,3 @@ languages: [cn]

因此当位集合包含的元素值都比较小时,它比其他的集合类型更紧凑。位集合的另一个优点是它的contains方法(成员测试)、+=运算(添加元素)、-=运算(删除元素)都非常的高效。

更多详细内容参考官网:http://docs.scala-lang.org/overviews/collections/sets.html
0