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ì)象的元素(像串,元組或列表)