iterable

iterable

 英

  • 网络可迭代的;可迭代对象;可遍历对象

例句

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

reduce方法传递一个Iterable类型输入(key,value)类型

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

实际上这个增强适用实现Iterable接口任何对象不仅仅是Collections

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

集合Iterable迭代编译生成错误

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

Iterableoptions允许客户机传递额外编译选项这些选项对应javac选项

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

手动处理遍历定义自己Iterable实现

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

了解scala.Iterable,scala.Iterable定义集合进行迭代基本行为

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

但是这样形成Java5依赖因为JDK1.4没有Iterable

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

但是Iterable一样JDK1.4没有Enum

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

JSR14目标模式支持某些Java5语言特性例如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语句用于有序类型其它对象元素元组列表