Class NotificationChainImpl

All Implemented Interfaces:
Serializable, Cloneable, Iterable<Notification>, Collection<Notification>, List<Notification>, RandomAccess, SequencedCollection<Notification>, NotificationChain, EList<Notification>

public class NotificationChainImpl extends BasicEList<Notification> implements NotificationChain
A list that acts as a notification chain.
See Also:
  • Constructor Details

    • NotificationChainImpl

      public NotificationChainImpl()
      Creates an empty instance.
    • NotificationChainImpl

      public NotificationChainImpl(int initialCapacity)
      Creates an empty instance with a given capacity.
      Parameters:
      initialCapacity - the initial capacity of the list before it must grow.
  • Method Details