OdsoFieldMapDataCollection

遗产: java.lang.Object

所有已实现的接口: java.lang.Iterable

public class OdsoFieldMapDataCollection implements Iterable

的类型集合OdsoFieldMapData对象。

要了解更多信息,请访问Mail Merge and Reporting文档文章。

方法

方法描述
add(OdsoFieldMapData value)将对象添加到此集合的末尾。
clear()从此集合中移除所有元素。
equals(Object arg0)
get(int index)获取此集合中的一项。
getClass()
getCount()获取集合中包含的元素数。
hashCode()
iterator()返回一个迭代器对象,该对象可用于迭代集合中的所有项目。
notify()
notifyAll()
removeAt(int index)删除指定索引处的元素。
set(int index, OdsoFieldMapData value)在此集合中设置一个项目。
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

add(OdsoFieldMapData value)

public int add(OdsoFieldMapData value)

将对象添加到此集合的末尾。

参数:

范围类型描述
valueOdsoFieldMapData要添加的对象。不能为空。

退货: 整数

clear()

public void clear()

从此集合中移除所有元素。

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

get(int index)

public OdsoFieldMapData get(int index)

获取此集合中的一项。

参数:

范围类型描述
indexint

退货: OdsoFieldMapData - 此系列中的一个项目。

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getCount()

public int getCount()

获取集合中包含的元素数。

退货: int - 集合中包含的元素数。

hashCode()

public native int hashCode()

退货: 整数

iterator()

public Iterator iterator()

返回一个迭代器对象,该对象可用于迭代集合中的所有项目。

退货: java.util.迭代器

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

removeAt(int index)

public void removeAt(int index)

删除指定索引处的元素。

参数:

范围类型描述
indexint元素的从零开始的索引。

set(int index, OdsoFieldMapData value)

public void set(int index, OdsoFieldMapData value)

在此集合中设置一个项目。

参数:

范围类型描述
indexint
valueOdsoFieldMapData此集合中的一个项目。

toString()

public String toString()

退货: java.lang.字符串

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

参数:

范围类型描述
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

参数:

范围类型描述
arg0long
arg1int