Class AbstractSerializableSetDecorator<E>

    • Constructor Detail

      • AbstractSerializableSetDecorator

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