Class WrapperCollections.AbstractWrapperSet<E>

    • Constructor Detail

      • AbstractWrapperSet

        protected AbstractWrapperSet()
        Default constructor.
      • AbstractWrapperSet

        protected AbstractWrapperSet​(Set<E> set)
        Create an AbstractWrapperSet which delegates to the specified Set.
        Parameters:
        set - the Set to delegate all calls to