Class StringHeader

All Implemented Interfaces:
Serializable, Cloneable, Iterable<Column<? extends String>>, Collection<Column<? extends String>>, List<Column<? extends String>>, RandomAccess, org.refcodes.mixin.Clearable, org.refcodes.struct.Keys<String,Column<? extends String>>, org.refcodes.struct.Keys.MutableKeys<String,Column<? extends String>>, ColumnRow<String,Column<? extends String>>, Header<String>, HeaderRow<String,Column<? extends String>>

public class StringHeader extends HeaderImpl<String>
A Header implementation dedicated to the String type.
See Also:
  • Constructor Details

    • StringHeader

      public StringHeader(String... aHeader)
      Instantiates a Header for managing String instances.
      Parameters:
      aHeader - The elements representing the Header's Column instances.