E
- the generic type of the elements
of the ObservableSet
.public interface ReadableSetProperty<E> extends ReadableCollectionProperty<E,javafx.collections.ObservableSet<E>>, javafx.beans.value.ObservableSetValue<E>
emptyProperty, sizeProperty
PROPERTY_TYPE
Modifier and Type | Method and Description |
---|---|
default boolean |
add(E e) |
default boolean |
addAll(Collection<? extends E> c) |
default void |
clear() |
default boolean |
contains(Object o) |
default boolean |
containsAll(Collection<?> c) |
default javafx.collections.ObservableSet<E> |
get() |
default javafx.collections.ObservableSet<E> |
getValueNotNull() |
default boolean |
isEmpty() |
default Iterator<E> |
iterator() |
default boolean |
remove(Object o) |
default boolean |
removeAll(Collection<?> c) |
default boolean |
retainAll(Collection<?> c) |
default int |
size() |
default Object[] |
toArray() |
default <T> T[] |
toArray(T[] a) |
emptyProperty, sizeProperty
getBean, getName, getType
addListener, getValue, removeListener
getValue
fromJson, toJson
parallelStream, removeIf, stream
default javafx.collections.ObservableSet<E> getValueNotNull()
getValueNotNull
in interface ReadableContainerProperty<javafx.collections.ObservableSet<E>>
ObservableValue.getValue()
but an empty container (Collection
or
Map
) instead of null
.default boolean retainAll(Collection<?> c)
default javafx.collections.ObservableSet<E> get()
get
in interface javafx.beans.value.ObservableObjectValue<javafx.collections.ObservableSet<E>>
default int size()
size
in interface Collection<E>
size
in interface ReadableCollectionProperty<E,javafx.collections.ObservableSet<E>>
size
in interface ReadableContainerProperty<javafx.collections.ObservableSet<E>>
size
in interface Set<E>
Collection.size()
of the container
.default boolean isEmpty()
isEmpty
in interface Collection<E>
isEmpty
in interface ReadableCollectionProperty<E,javafx.collections.ObservableSet<E>>
isEmpty
in interface ReadableContainerProperty<javafx.collections.ObservableSet<E>>
isEmpty
in interface Set<E>
empty state
of the container
.default boolean contains(Object o)
contains
in interface Collection<E>
contains
in interface ReadableCollectionProperty<E,javafx.collections.ObservableSet<E>>
contains
in interface Set<E>
default boolean containsAll(Collection<?> c)
containsAll
in interface Collection<E>
containsAll
in interface ReadableCollectionProperty<E,javafx.collections.ObservableSet<E>>
containsAll
in interface Set<E>
default boolean add(E e)
add
in interface Collection<E>
add
in interface ReadableCollectionProperty<E,javafx.collections.ObservableSet<E>>
add
in interface Set<E>
default boolean addAll(Collection<? extends E> c)
addAll
in interface Collection<E>
addAll
in interface ReadableCollectionProperty<E,javafx.collections.ObservableSet<E>>
addAll
in interface Set<E>
default boolean remove(Object o)
remove
in interface Collection<E>
remove
in interface ReadableCollectionProperty<E,javafx.collections.ObservableSet<E>>
remove
in interface Set<E>
default boolean removeAll(Collection<?> c)
removeAll
in interface Collection<E>
removeAll
in interface ReadableCollectionProperty<E,javafx.collections.ObservableSet<E>>
removeAll
in interface Set<E>
default void clear()
clear
in interface Collection<E>
clear
in interface ReadableCollectionProperty<E,javafx.collections.ObservableSet<E>>
clear
in interface Set<E>
default Object[] toArray()
toArray
in interface Collection<E>
toArray
in interface ReadableCollectionProperty<E,javafx.collections.ObservableSet<E>>
toArray
in interface Set<E>
default <T> T[] toArray(T[] a)
toArray
in interface Collection<E>
toArray
in interface ReadableCollectionProperty<E,javafx.collections.ObservableSet<E>>
toArray
in interface Set<E>
Copyright © 2001–2016 mmm-Team. All rights reserved.