国产高清精品免费区-男女一进一出抽搐免费视频-中日韩一二三级黄色永久视频-日韩精品人妻一区二区免费视频-日本久久视频在线观看-99热这里只有精品88热-亚洲韩国黄色最新短视频一区-日韩伦理在线观看免费全集-国产av一区二区三区天堂

iterable

iterable

 英

  • 網(wǎng)絡(luò)可迭代的;可迭代對(duì)象;可遍歷對(duì)象

例句

The reduce method is passed an Iterable whose type will be the type of the (key, value) pairs that are input to it.

對(duì)reduce方法傳遞一個(gè)Iterable類型輸入(key,value)對(duì)類型

Actually, this enhancement works with any object that implements the Iterable interface, not just Collections.

實(shí)際上這個(gè)增強(qiáng)適用實(shí)現(xiàn)Iterable接口任何對(duì)象不僅僅是Collections

When iterating over a non-Collection Iterable, the compiler produces an error.

當(dāng)集合Iterable迭代時(shí)編譯生成錯(cuò)誤

The Iterable options allow the client to pass additional compiler options that correspond to the javac options.

Iterableoptions允許客戶機(jī)傳遞額外編譯選項(xiàng)這些選項(xiàng)對(duì)應(yīng)javac選項(xiàng)

Handle iteration manually, by defining your own implementation of Iterable.

手動(dòng)處理遍歷定義自己Iterable實(shí)現(xiàn)

What it understands is scala. Iterable, which defines the basic behaviors for iterating across a collection.

了解scala.Iterable,scala.Iterable定義集合進(jìn)行迭代基本行為

But doing so creates a dependency on the Java 5 class library because Iterable is not present in the JDK 1. 4 library.

但是這樣會(huì)形成對(duì)Java5庫(kù)依賴因?yàn)?/c>JDK1.4沒(méi)有Iterable

But, just like Iterable, the Enum class is not present in the JDK 1. 4 class library.

但是Iterable一樣JDK1.4庫(kù)沒(méi)有Enum

There are certain Java 5 language features not supported by the JSR 14 target mode (such as Iterable and enumerations).

JSR14目標(biāo)模式支持某些Java5語(yǔ)言特性例如Iterable枚舉)。

The for statement is used to iterate over the elements of a sequence (such as a string, tuple or list) or other iterable object

for語(yǔ)句用于有序類型其它對(duì)象元素元組列表