Uses of Interface
io.github.mmm.value.observable.container.set.ChangeAwareSet
Packages that use ChangeAwareSet
-
Uses of ChangeAwareSet in io.github.mmm.value.observable.container.set
Methods in io.github.mmm.value.observable.container.set that return ChangeAwareSetModifier and TypeMethodDescriptionstatic <E> ChangeAwareSet<E>
ChangeAwareSets.empty()
static <E> ChangeAwareSet<E>
ChangeAwareSets.of()
static <E> ChangeAwareSet<E>
ChangeAwareSets.of
(int capacity) static <E> ChangeAwareSet<E>
static <E> ChangeAwareSet<E>
ChangeAwareSets.ofUnmodifiable
(Set<E> set)