Class HeaderList

All Implemented Interfaces:
Serializable, Cloneable, Iterable<Header>, Collection<Header>, List<Header>, RandomAccess

public class HeaderList extends ArrayList<Header>
Class HeaderList.
See Also:
Serialized Form
  • Constructor Details

    • HeaderList

      public HeaderList()
  • Method Details

    • remove

      public void remove(StandardHeader standardHeader)
      Removes the specified standard header.
      Parameters:
      standardHeader - The standard header.
    • remove

      public void remove(String name)
      Removes the specified name.
      Parameters:
      name - The name.
    • get

      public Header get(StandardHeader name)
      Gets the Header with the specified standard header name.
      Parameters:
      name - The standard header.
      Returns:
      Header.
    • get

      public Header get(String name)
      Gets the Header with the specified name.
      Parameters:
      name - The name.
      Returns:
      Header.