Interface XImmutableBag<E>

All Superinterfaces:
CapacityCarrying, Copyable, ExtendedBag<E>, ExtendedCollection<E>, HashImmutable, Immutable, Iterable<E>, Sized, ThreadSafe, XGettingBag<E>, XGettingCollection<E>, XImmutableCollection<E>, XIterable<E>, XJoinable<E>
All Known Subinterfaces:
XImmutableList<E>, XImmutableMap.Values<K,​V>, XImmutableTable.Values<K,​V>
All Known Implementing Classes:
Constant, ConstHashTable.Values, ConstList, Empty, EqConstHashTable.Values, EqConstList, LinkingReferencing.Default

public interface XImmutableBag<E>
extends XImmutableCollection<E>, XGettingBag<E>