Class AbstractSortedSetDecorator<E>

    • Constructor Detail

      • AbstractSortedSetDecorator

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

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