|
|||||||||
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 |