public class OdsoRecipientDataCollection
Constructor Summary |
---|
Property Getters/Setters Summary | ||
---|---|---|
int | getCount() | |
Gets the number of elements contained in the collection.
|
||
OdsoRecipientData | get(int index) | |
void | set(intindex, OdsoRecipientData value) | |
Gets or sets an item in this collection. |
Method Summary | ||
---|---|---|
int | add(OdsoRecipientData value) | |
Adds an object to the end of this collection.
|
||
void | clear() | |
Removes all elements from this collection.
|
||
java.util.Iterator<OdsoRecipientData> | iterator() | |
Returns an 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.
|
public int getCount()
public OdsoRecipientData get(int index) / public void set(int index, OdsoRecipientData value)
public int add(OdsoRecipientData value)
value
- The object to add. Cannot be null.public void clear()
public java.util.Iterator<OdsoRecipientData> iterator()
public void removeAt(int index)
index
- The zero-based index of the element.