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