|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.doc.odsorecipientdatacollection
public class odsorecipientdatacollection
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 |
---|
public odsorecipientdatacollection()
method detail |
---|
public int getcount()
public odsorecipientdata get(int index)
index
- the index
public void set(int index, odsorecipientdata value)
index
- the indexvalue
- an item in this collection.public java.util.iterator iterator()
public int add(odsorecipientdata value)
value
- the object to add. cannot be null.public void clear()
public void removeat(int index)
index
- the zero-based index of the element.
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |