| Constructor and Description |
|---|
FieldMappingList() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(FieldMapping<SC,TC> fieldMapping)
Adds a
FieldMapping object to this list. |
void |
addAll(FieldMappingList<SC,TC> fieldMappingList)
Adds all of the elements in the specified
FieldMappingList instance to the end of this list. |
boolean |
contains(FieldMapping<SC,TC> fieldMapping)
Returns
true if this contains the specified element. |
int |
getSize()
Returns the number of elements in this list.
|
boolean |
isEmpty()
Returns
true if this list contains no elements. |
Iterator<FieldMapping<SC,TC>> |
iterator()
Returns an iterator over the elements in this list in proper sequence.
|
public void add(FieldMapping<SC,TC> fieldMapping)
FieldMapping object to this list.public int getSize()
public boolean isEmpty()
true if this list contains no elements.public Iterator<FieldMapping<SC,TC>> iterator()
public void addAll(FieldMappingList<SC,TC> fieldMappingList)
FieldMappingList instance to the end of this list.public boolean contains(FieldMapping<SC,TC> fieldMapping)
true if this contains the specified element.