Class AbstractListDecorator<E>

    • Constructor Detail

      • AbstractListDecorator

        protected AbstractListDecorator()
        Constructor only used in deserialization, do not use otherwise.
        Since:
        3.1
      • AbstractListDecorator

        protected AbstractListDecorator​(List<E> list)
        Constructor that wraps (not copies).
        Parameters:
        list - the list to decorate, must not be null
        Throws:
        NullPointerException - if list is null