Class AbstractSpecialisedImmutableSet<K>

java.lang.Object
java.util.AbstractCollection<K>
java.util.AbstractSet<K>
io.usethesource.capsule.util.collection.AbstractImmutableSet<K>
io.usethesource.capsule.util.collection.AbstractSpecialisedImmutableSet<K>
All Implemented Interfaces:
Set<K>, Set.Immutable<K>, SetEq<K>, SetEq.Immutable<K>, Serializable, Cloneable, Iterable<K>, Collection<K>, Set<K>
Direct Known Subclasses:
Set0, Set1, Set2, Set3, Set4, Set5

public abstract class AbstractSpecialisedImmutableSet<K> extends AbstractImmutableSet<K> implements Set.Immutable<K>, Cloneable, Serializable
See Also: