Package org.eclipse.emf.common.notify
Interface NotifyingList<E>
- All Superinterfaces:
Collection<E>,EList<E>,Iterable<E>,List<E>
- All Known Implementing Classes:
DelegatingNotifyingListImpl,NotifyingListImpl
A managed list that dispatches feature change notification to a notifier.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the notifier's feature that this list represents.intReturns the notifier's feature ID that this list represents.Returns the notifier that manages this list.Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
-
Method Details
-
getNotifier
Object getNotifier()Returns the notifier that manages this list.- Returns:
- the notifier of the list.
-
getFeature
Object getFeature()Returns the notifier's feature that this list represents.- Returns:
- the feature of the list.
- See Also:
-
getFeatureID
int getFeatureID()Returns the notifier's feature ID that this list represents.- Returns:
- the feature ID of the list.
- See Also:
-