Uses of Interface
xyz.cofe.collection.EventList
| Package | Description |
|---|---|
| xyz.cofe.collection |
Коллекции с поддержкой уведомлений.
|
-
Uses of EventList in xyz.cofe.collection
Classes in xyz.cofe.collection that implement EventList Modifier and Type Class Description classBasicEventList<E>Список с поддержкой уведомленийFields 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 with parameters of type EventList Modifier and Type Method Description static <E> booleanEventListImpl. removeByPredicate(EventList<E> lst, java.util.function.Predicate<? super E> filter)Удаление элементов согласно указанному предикату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)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)Конструктор