Class AbstractSetDecorator

    • Constructor Detail

      • AbstractSetDecorator

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

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

      • getSet

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