Class AbstractSetDecorator

    • Constructor Detail

      • AbstractSetDecorator

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

        protected AbstractSetDecorator​(Set set)
        Constructor that wraps (not copies).
        Parameters:
        set - the set to decorate, must not be null
        Throws:
        IllegalArgumentException - if set is null
    • Method Detail

      • getSet

        protected Set getSet()
        Gets the set being decorated.
        Returns:
        the decorated set