public class ReadOnlySetPropertyDecorator<E> extends ReadOnlySetProperty<E>
Type | Property and Description |
---|---|
ReadOnlyBooleanProperty |
empty |
ReadOnlyIntegerProperty |
size |
Constructor and Description |
---|
ReadOnlySetPropertyDecorator(ReadOnlySetProperty<E> delegate) |
setExpression
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
spliterator
parallelStream, removeIf, stream
public ReadOnlyIntegerProperty sizeProperty
sizeProperty
in class SetExpression<E>
getSize()
public ReadOnlyBooleanProperty emptyProperty
emptyProperty
in class SetExpression<E>
isEmpty()
public ReadOnlySetPropertyDecorator(ReadOnlySetProperty<E> delegate)
protected final ReadOnlySetProperty<E> getDelegate()
public void bindContentBidirectional(ObservableSet<E> set)
bindContentBidirectional
in class ReadOnlySetProperty<E>
public void unbindContentBidirectional(Object object)
unbindContentBidirectional
in class ReadOnlySetProperty<E>
public void bindContent(ObservableSet<E> set)
bindContent
in class ReadOnlySetProperty<E>
public void unbindContent(Object object)
unbindContent
in class ReadOnlySetProperty<E>
public boolean equals(Object obj)
equals
in interface Collection<E>
equals
in interface Set<E>
equals
in class ReadOnlySetProperty<E>
public int hashCode()
hashCode
in interface Collection<E>
hashCode
in interface Set<E>
hashCode
in class ReadOnlySetProperty<E>
public String toString()
toString
in class ReadOnlySetProperty<E>
public ObservableSet<E> getValue()
getValue
in interface ObservableValue<ObservableSet<E>>
getValue
in class SetExpression<E>
public int getSize()
getSize
in class SetExpression<E>
public ReadOnlyIntegerProperty sizeProperty()
sizeProperty
in class SetExpression<E>
getSize()
public ReadOnlyBooleanProperty emptyProperty()
emptyProperty
in class SetExpression<E>
isEmpty()
public BooleanBinding isEqualTo(ObservableSet<?> other)
isEqualTo
in class SetExpression<E>
public BooleanBinding isNotEqualTo(ObservableSet<?> other)
isNotEqualTo
in class SetExpression<E>
public BooleanBinding isNull()
isNull
in class SetExpression<E>
public BooleanBinding isNotNull()
isNotNull
in class SetExpression<E>
public StringBinding asString()
asString
in class SetExpression<E>
public int size()
size
in interface Collection<E>
size
in interface Set<E>
size
in class SetExpression<E>
public boolean isEmpty()
isEmpty
in interface Collection<E>
isEmpty
in interface Set<E>
isEmpty
in class SetExpression<E>
public boolean contains(Object obj)
contains
in interface Collection<E>
contains
in interface Set<E>
contains
in class SetExpression<E>
public Object[] toArray()
toArray
in interface Collection<E>
toArray
in interface Set<E>
toArray
in class SetExpression<E>
public <T> T[] toArray(T[] array)
toArray
in interface Collection<E>
toArray
in interface Set<E>
toArray
in class SetExpression<E>
public boolean add(E element)
add
in interface Collection<E>
add
in interface Set<E>
add
in class SetExpression<E>
public boolean remove(Object obj)
remove
in interface Collection<E>
remove
in interface Set<E>
remove
in class SetExpression<E>
public boolean containsAll(Collection<?> objects)
containsAll
in interface Collection<E>
containsAll
in interface Set<E>
containsAll
in class SetExpression<E>
public boolean addAll(Collection<? extends E> elements)
addAll
in interface Collection<E>
addAll
in interface Set<E>
addAll
in class SetExpression<E>
public boolean removeAll(Collection<?> objects)
removeAll
in interface Collection<E>
removeAll
in interface Set<E>
removeAll
in class SetExpression<E>
public boolean retainAll(Collection<?> objects)
retainAll
in interface Collection<E>
retainAll
in interface Set<E>
retainAll
in class SetExpression<E>
public void clear()
clear
in interface Collection<E>
clear
in interface Set<E>
clear
in class SetExpression<E>
public ObservableSet<E> get()
public void addListener(ChangeListener<? super ObservableSet<E>> listener)
public void removeListener(ChangeListener<? super ObservableSet<E>> listener)
public void addListener(InvalidationListener listener)
public void removeListener(InvalidationListener listener)
public void addListener(SetChangeListener<? super E> listener)
public void removeListener(SetChangeListener<? super E> listener)
public Object getBean()
public String getName()