Interface SetValue.Mutable<E>

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

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