Class TableMappingList<SC extends Field,​TC extends Field>


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

      • TableMappingList

        public TableMappingList()
    • Method Detail

      • 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 java.util.Iterator<TableMapping<SC,​TC>> iterator()
        Returns an iterator over the elements in this list in proper sequence.