odsorecipientdatacollection-ag凯发旗舰厅



com.spire.doc
class odsorecipientdatacollection

java.lang.object
  extended by com.spire.doc.odsorecipientdatacollection
all implemented interfaces:
java.lang.iterable

public class odsorecipientdatacollection
extends java.lang.object
implements java.lang.iterable

a typed collection of


constructor summary
odsorecipientdatacollection()
          initializes a new instance of this class.
 
method summary
 int add(odsorecipientdata value)
          adds an object to the end of this collection.
 void clear()
          removes all elements from this collection.
 odsorecipientdata get(int index)
          gets an item in this collection.
 int getcount()
          gets the number of elements contained in the collection.
 java.util.iterator iterator()
          returns an enumerator iterator object that can be used to iterate over all items in the collection.
 void removeat(int index)
          removes the element at the specified index.
 void set(int index, odsorecipientdata value)
          sets an item in this collection.
 
constructor detail

odsorecipientdatacollection

public odsorecipientdatacollection()
initializes a new instance of this class.
method detail

getcount

public int getcount()
gets the number of elements contained in the collection.
returns:
the size of item

get

public odsorecipientdata get(int index)
gets an item in this collection.
parameters:
index - the index
returns:
an item in this collection.

set

public void set(int index,
                odsorecipientdata value)
sets an item in this collection.
parameters:
index - the index
value - an item in this collection.

iterator

public java.util.iterator iterator()
returns an enumerator iterator object that can be used to iterate over all items in the collection.
returns:
an enumerator iterator

add

public int add(odsorecipientdata value)
adds an object to the end of this collection.
parameters:
value - the object to add. cannot be null.

clear

public void clear()
removes all elements from this collection.

removeat

public void removeat(int index)
removes the element at the specified index.
parameters:
index - the zero-based index of the element.


网站地图