Uses of Interface
io.github.mmm.value.observable.container.list.ChangeAwareList
-
Packages that use ChangeAwareList Package Description io.github.mmm.property.container.list Contains property infrastructure forList.io.github.mmm.value.observable.container.list -
-
Uses of ChangeAwareList in io.github.mmm.property.container.list
Methods in io.github.mmm.property.container.list that return ChangeAwareList Modifier and Type Method Description ChangeAwareList<E>ListProperty. getChangeAwareValue()ChangeAwareList<E>WritableListProperty. getChangeAwareValue() -
Uses of ChangeAwareList in io.github.mmm.value.observable.container.list
Methods in io.github.mmm.value.observable.container.list that return ChangeAwareList Modifier and Type Method Description static <E> ChangeAwareList<E>ChangeAwareLists. empty()static <E> ChangeAwareList<E>ChangeAwareLists. of()static <E> ChangeAwareList<E>ChangeAwareLists. of(int capacity)static <E> ChangeAwareList<E>ChangeAwareLists. of(List<E> list)static <E> ChangeAwareList<E>ChangeAwareLists. ofUnmodifiable(List<E> list)
-