Interface SetValue.Immutable<E>

Type Parameters:
E - The type of elements supported
All Superinterfaces:
CollectionValue<E,Set<E>>, CollectionValue.Immutable<E,Set<E>,SetValue.Immutable<E>,SetValue.Mutable<E>>, Iterable<E>, SetValue<E>, Value<Set<E>>, Value.Immutable<Set<E>>
Enclosing interface:
SetValue<E>

public static interface SetValue.Immutable<E> extends SetValue<E>, CollectionValue.Immutable<E,Set<E>,SetValue.Immutable<E>,SetValue.Mutable<E>>
Represents a type of CollectionValue.Immutable backed by a Set. The reasoning is that a Set retains no ordering of the elements it contains.