Class ChangeMonitoredList<E>
java.lang.Object
net.datenwerke.gxtdto.client.dtomanager.dtomod.collections.MonitoredCollection<E,List<E>>
net.datenwerke.gxtdto.client.dtomanager.dtomod.collections.ChangeMonitoredList<E>
- All Implemented Interfaces:
Serializable,Iterable<E>,Collection<E>,List<E>,SequencedCollection<E>,ObjectModificationsTracked<List<E>>,HasObjectChangedEventHandler<List<E>>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanbooleanaddAll(int i, Collection<? extends E> c) booleanaddAll(Collection<? extends E> c) voidclear()booleanbooleancontainsAll(Collection<?> c) get(int i) intbooleanisEmpty()iterator()intlistIterator(int i) remove(int o) booleanbooleanremoveAll(Collection<?> c) booleanretainAll(Collection<?> c) intsize()subList(int i1, int i2) 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.List
addFirst, addLast, equals, getFirst, getLast, hashCode, removeFirst, removeLast, replaceAll, reversed, sort, spliterator
-
Constructor Details
-
ChangeMonitoredList
public ChangeMonitoredList() -
ChangeMonitoredList
-
-
Method Details
-
add
-
add
-
addAll
-
addAll
-
clear
public void clear() -
contains
-
containsAll
- Specified by:
containsAllin interfaceCollection<E>- Specified by:
containsAllin interfaceList<E>
-
get
-
indexOf
-
isEmpty
public boolean isEmpty() -
iterator
-
lastIndexOf
- Specified by:
lastIndexOfin interfaceList<E>
-
listIterator
- Specified by:
listIteratorin interfaceList<E>
-
listIterator
- Specified by:
listIteratorin interfaceList<E>
-
remove
-
remove
-
removeAll
-
retainAll
-
set
-
size
public int size() -
subList
-
toArray
-
toArray
public <T> T[] toArray(T[] a)
-