Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 980f7e2 commit cc9f32eCopy full SHA for cc9f32e
cn/overviews/collections/Iterators.md
@@ -173,5 +173,3 @@ Scala为Traversable, Iterable和Seq类中的迭代器提供了许多类似的方
173
res11: Int = 2
174
175
注意,调用`BufferedIterator bit`的head方法不会令它步进。因此接下来的`bit.next()`返回的元素跟`bit.head`相同。
176
-
177
-更多详细内容参考官网:http://docs.scala-lang.org/overviews/collections/iterators.html
0 commit comments