E
- The type of elements supportedpublic interface SetValue<E> extends CollectionValue<E,Set<E>,SetValue<E>,ImmutableSetValue<E>>
CollectionValue
backed by a Set
. The
reasoning is that a Set
retains no ordering of the elements it
contains.add, addAll, asImmutable, contains, containsAll, filter, getAll, isEmpty, remove, removeAll, removeAll, set, size, transform
exists, get, getDefault, getDirect, getKey
forEach, iterator, spliterator