Skip to content

Commit

Permalink
Update Iterators.md
Browse files Browse the repository at this point in the history
update links
  • Loading branch information
imsingo authored and eed3si9n committed Aug 24, 2015
1 parent 980f7e2 commit cc9f32e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cn/overviews/collections/Iterators.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,5 +173,3 @@ Scala为Traversable, Iterable和Seq类中的迭代器提供了许多类似的方
res11: Int = 2

注意,调用`BufferedIterator bit`的head方法不会令它步进。因此接下来的`bit.next()`返回的元素跟`bit.head`相同。

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

0 comments on commit cc9f32e

Please sign in to comment.