Uses of Interface
io.github.mmm.value.observable.container.set.ChangeAwareSet
-
Packages that use ChangeAwareSet Package Description io.github.mmm.property.container.set Contains property infrastructure forSet
.io.github.mmm.value.observable.container.set -
-
Uses of ChangeAwareSet in io.github.mmm.property.container.set
Methods in io.github.mmm.property.container.set that return ChangeAwareSet Modifier and Type Method Description ChangeAwareSet<E>
SetProperty. getChangeAwareValue()
ChangeAwareSet<E>
WritableSetProperty. getChangeAwareValue()
-
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)
-