Uses of Interface
xyz.cofe.collection.UpdatedEvent
-
Packages that use UpdatedEvent Package Description xyz.cofe.collection Коллекции с поддержкой уведомлений. -
-
Uses of UpdatedEvent in xyz.cofe.collection
Classes in xyz.cofe.collection that implement UpdatedEvent Modifier and Type Class Description static classTreeEvent.Updated<A extends Tree<A>>Событие замены дочернего элементаMethods in xyz.cofe.collection that return UpdatedEvent Modifier and Type Method Description static <C,K,E>
UpdatedEvent<C,K,E>UpdatedEvent. create(C coll, K key, E element, E oldElement)Создание уведомления
-