Class DeepImmutableSet<E>

All Implemented Interfaces:
Immutable, Serializable, Iterable<E>, Collection<E>, Set<E>

public class DeepImmutableSet<E> extends DeepImmutableCollection<E> implements Set<E>
See Also:
  • Constructor Details

    • DeepImmutableSet

      public DeepImmutableSet(Set<E> set)
  • Method Details