Class ChangeMonitoredSet<E>
java.lang.Object
net.datenwerke.gxtdto.client.dtomanager.dtomod.collections.MonitoredCollection<E,Set<E>>
net.datenwerke.gxtdto.client.dtomanager.dtomod.collections.ChangeMonitoredSet<E>
- All Implemented Interfaces:
Serializable,Iterable<E>,Collection<E>,Set<E>,ObjectModificationsTracked<Set<E>>,HasObjectChangedEventHandler<Set<E>>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanaddAll(Collection<? extends E> c) voidclear()booleanbooleancontainsAll(Collection<?> c) booleanisEmpty()iterator()booleanbooleanremoveAll(Collection<?> c) booleanretainAll(Collection<?> c) intsize()Object[]toArray()<T> T[]toArray(T[] a) Methods inherited from class net.datenwerke.gxtdto.client.dtomanager.dtomod.collections.MonitoredCollection
addInstanceChangedHandler, addObjectChangedHandler, fireEvent, getUnderlyingCollection, isModifiedMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.Set
equals, hashCode, spliterator
-
Constructor Details
-
ChangeMonitoredSet
public ChangeMonitoredSet() -
ChangeMonitoredSet
-
-
Method Details
-
add
-
addAll
-
clear
public void clear() -
contains
-
containsAll
- Specified by:
containsAllin interfaceCollection<E>- Specified by:
containsAllin interfaceSet<E>
-
isEmpty
public boolean isEmpty() -
iterator
-
remove
-
removeAll
-
retainAll
-
size
public int size() -
toArray
-
toArray
public <T> T[] toArray(T[] a)
-