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