8000 Adds Chinese translation (Subsumes #280) by eed3si9n · Pull Request #450 · scala/docs.scala-lang · GitHub
[go: up one dir, main page]

Skip to content

Adds Chinese translation (Subsumes #280) #450

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

Merged
merged 44 commits into from
Aug 24, 2015
Merged
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
0a2e533
Chinese Translation
Jan 2, 2014
16081ba
Update index.md
imsingo Jan 2, 2014
433e0e3
Update index.md
imsingo Jan 2, 2014
3b777f9
Update index.md
imsingo Jan 2, 2014
581f88d
Update String_Interpolation.md
imsingo Jan 2, 2014
5dacd4d
Update Implicit-Classes.md
imsingo Jan 2, 2014
032e090
Update Futures-and-Promises.md
imsingo Jan 2, 2014
69435a2
Update Concrete_Parallel_Collection_Classes.md
imsingo Jan 2, 2014
0b5ac16
Update index.md
imsingo Jan 2, 2014
4668022
Update Migrating_from_Scala_2_7.md
imsingo Jan 2, 2014
12c8822
Update Conversions_Between_Java_and_Scala_Collections.md
imsingo Jan 2, 2014
980f7e2
Update Creating_Collections_From_Scratch.md
imsingo Jan 2, 2014
cc9f32e
Update Iterators.md
imsingo Jan 2, 2014
3e907f0
Update Views.md
imsingo Jan 2, 2014
b1b7614
Update Equality.md
imsingo Jan 2, 2014
b9e235c
Update Performance_Characteristics.md
imsingo Jan 2, 2014
30fe9df
Update Strings.md
imsingo Jan 2, 2014
8192fae
Update Arrays.md
imsingo Jan 2, 2014
9a87b53
Update Concrete_Mutable_Collection_Classes.md
imsi 8000 ngo Jan 2, 2014
bdf5d5b
Update Concrete_Immutable_Collection_Classes.md
imsingo Jan 2, 2014
a6ef46d
Update Maps.md
imsingo Jan 2, 2014
90ad663
Update Sets.md
imsingo Jan 2, 2014
a531a82
Update The_sequence_traits.md
imsingo Jan 2, 2014
7ad6d6a
Update Trait_Iterable.md
imsingo Jan 2, 2014
28c92e4
Update Trait_Traversable.md
imsingo Jan 2, 2014
aed6c7b
Update Mutable_and_Immutable_Collections.md
imsingo Jan 2, 2014
ea4d5e3
Update Introduction.md
imsingo Jan 2, 2014
2234334
Update The_Scala_Actors_API.md
imsingo Jan 2, 2014
48575a9
Update The_Architecture_of_Scala_Collections.md
imsingo Jan 2, 2014
51280dc
Update Measuring_Performance.md
imsingo Jan 2, 2014
b0a274d
Update Configuring_Parallel_Collections.md
imsingo Jan 2, 2014
b9909b5
Update Creating_Custom_Parallel_Collections.md
imsingo Jan 2, 2014
f991c8d
Update Architecture_of_the_Parallel_Collections_Library.md
imsingo Jan 2, 2014
401150e
Update Concurrent_Tries.md
imsingo Jan 2, 2014
14e123c
Update Parallel_Collection_Conversions.md
imsingo Jan 2, 2014
0e93fa7
Update Overview.md
imsingo Jan 2, 2014
e4ae704
Update Value-Classes-and-Universal-Traits.md
imsingo Jan 2, 2014
9dab6f6
Update The-Scala-Actors-Migration-Guide.md
imsingo Jan 2, 2014
1a29ebf
Rename files names back to the original. Fix misbehaving language hea…
eed3si9n Aug 24, 2015
cbb9448
Add zn-cn to the collection overview's languages header
eed3si9n Aug 24, 2015
843cc8c
Add languages header to parallel-collections overview
eed3si9n Aug 24, 2015
1059fdf
Add languages header to core articles
eed3si9n Aug 24, 2015
d322e2b
Fix overview index page
eed3si9n Aug 24, 2015
89de7d6
Fix image
eed3si9n Aug 24, 2015
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 Conversions_Between_Java_and_Scala_Collections.md
update links
  • Loading branch information
imsingo authored and eed3si9n committed Aug 24, 2015
commit 12c8822dcebb34f33d9d3904f561d8b3ab323c01
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,3 @@ import之后,就可以在Scala容器和与之对应的Java容器之间进行
java.lang.UnsupportedOperationException
at java.util.AbstractList.add(AbstractList.java:131)

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