Class AbstractSetDecorator<E>

    • Constructor Detail

      • AbstractSetDecorator

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

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