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