Uses of Interface
xyz.cofe.collection.EventList
| Package | Description |
|---|---|
| xyz.cofe.collection |
Коллекции с поддержкой уведомлений.
|
-
Uses of EventList in xyz.cofe.collection
Subinterfaces of EventList in xyz.cofe.collection Modifier and Type Interface Description interfacePreEventList<E>Генерация событий перед началом модификации коллекцииClasses in xyz.cofe.collection that implement EventList Modifier and Type Class Description classBasicEventList<E>Список с поддержкой уведомленийclassStdEventList<E>Список с поддержкой событийInsertingEvent,UpdatingEvent,DeletingEventInsertedEvent,UpdatingEvent,DeletedEventFields in xyz.cofe.collection declared as EventList Modifier and Type Field Description protected EventList<E>SubEventListIterator. elistСписокprotected EventList<E>SubEventList. listСписокMethods in xyz.cofe.collection that return types with arguments of type EventList Modifier and Type Method Description ListenersHelper<CollectionListener<EventList<E>,E>,CollectionEvent<EventList<E>,E>>BasicEventList. listenerHelper()Возвращает подписчиковListenersHelper<CollectionListener<EventList<E>,E>,CollectionEvent<EventList<E>,E>>BasicEventList. listenerHelper()Возвращает подписчиковListenersHelper<ScnListener<EventList<E>,java.lang.Long,CollectionEvent<EventList<E>,E>>,ScnEvent<EventList<E>,java.lang.Long,CollectionEvent<EventList<E>,E>>>BasicEventList. scnListenerHelper()Возвращает помощника издателя для поддержи событийListenersHelper<ScnListener<EventList<E>,java.lang.Long,CollectionEvent<EventList<E>,E>>,ScnEvent<EventList<E>,java.lang.Long,CollectionEvent<EventList<E>,E>>>BasicEventList. scnListenerHelper()Возвращает помощника издателя для поддержи событийListenersHelper<ScnListener<EventList<E>,java.lang.Long,CollectionEvent<EventList<E>,E>>,ScnEvent<EventList<E>,java.lang.Long,CollectionEvent<EventList<E>,E>>>BasicEventList. scnListenerHelper()Возвращает помощника издателя для поддержи событийListenersHelper<ScnListener<EventList<E>,java.lang.Long,CollectionEvent<EventList<E>,E>>,ScnEvent<EventList<E>,java.lang.Long,CollectionEvent<EventList<E>,E>>>BasicEventList. scnListenerHelper()Возвращает помощника издателя для поддержи событийMethods in xyz.cofe.collection with parameters of type EventList Modifier and Type Method Description static <E> booleanEventListImpl. removeByPredicate(EventList<E> lst, java.util.function.Predicate<? super E> filter)Удаление элементов согласно указанному предикатуstatic <E> booleanEventListImpl. removeByPredicate(EventList<E> lst, java.util.function.Predicate<? super E> filter, java.util.function.BiConsumer<java.lang.Integer,? super E> fireDeleting)Удаление элементов согласно указанному предикатуMethod parameters in xyz.cofe.collection with type arguments of type EventList Modifier and Type Method Description default voidEventList. fireCollectionEvent(CollectionEvent<EventList<E>,E> event)default voidPreEventList. fireCollectionEvent(CollectionEvent<EventList<E>,E> event)Constructors in xyz.cofe.collection with parameters of type EventList Constructor Description SubEventList(EventList<E> list, int beginIndex, int endIndexExclusive)КонструкторSubEventListIterator(EventList<E> elist)КонструкторSubEventListIterator(EventList<E> elist, int initialIndex)Конструктор