Class WrapperCollections.AbstractWrapperSet<E>

java.lang.Object
com.tangosol.util.WrapperCollections.AbstractWrapperCollection<E>
com.tangosol.util.WrapperCollections.AbstractWrapperSet<E>
All Implemented Interfaces:
Serializable, Iterable<E>, Collection<E>, Set<E>
Direct Known Subclasses:
ImmutableArrayList.SetView, ImmutableMultiList.SetView, WrapperCollections.AbstractWrapperSortedSet
Enclosing class:
WrapperCollections

public abstract static class WrapperCollections.AbstractWrapperSet<E> extends WrapperCollections.AbstractWrapperCollection<E> implements Set<E>
Set implementation which delegates all calls to another Set.
See Also:
  • Constructor Details

    • 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
  • Method Details