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