Interface Set.Immutable<K>

All Superinterfaces:
Collection<K>, Iterable<K>, Set<K>, Set<K>, SetEq<K>, SetEq.Immutable<K>
All Known Implementing Classes:
AbstractImmutableSet, AbstractSpecialisedImmutableSet, PersistentTrieSet, Set0, Set1, Set2, Set3, Set4, Set5
Enclosing interface:
Set<K>

public static interface Set.Immutable<K> extends Set<K>, SetEq.Immutable<K>