Class TableMappingList<SC extends Field,TC extends Field>

java.lang.Object
com.orchestranetworks.addon.dex.mapping.TableMappingList<SC,TC>

public final class TableMappingList<SC extends Field,TC extends Field> extends Object
Specifies the configuration for a list of table mappings.
Since:
2.3.0
  • Constructor Details

    • TableMappingList

      public TableMappingList()
  • Method Details

    • add

      public void add(TableMapping<SC,TC> tableMapping)
      Adds a TableMapping instance to this list.
    • getSize

      public int getSize()
      Returns the number of elements in this list.
    • isEmpty

      public boolean isEmpty()
      Returns true if this list contains no elements.
    • iterator

      public Iterator<TableMapping<SC,TC>> iterator()
      Returns an iterator over the elements in this list in proper sequence.
    • addAll

      public void addAll(TableMappingList<SC,TC> tableMappingList)
      Adds all of the elements in the specified TableMappingList instance to the end of this list.