Class AbstractImmutableSet<E>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
io.usethesource.capsule.util.collection.AbstractImmutableSet<E>
All Implemented Interfaces:
Set<E>, Set.Immutable<E>, SetEq<E>, SetEq.Immutable<E>, Iterable<E>, Collection<E>, Set<E>
Direct Known Subclasses:
AbstractSpecialisedImmutableSet

@Deprecated public abstract class AbstractImmutableSet<E> extends AbstractSet<E> implements Set.Immutable<E>
Deprecated.