Uses of Interface
org.djutils.event.IdProvider
Package | Description |
---|---|
org.djutils.event.util |
Provides a subscription-based extension to Java's collection library.
|
-
Uses of IdProvider in org.djutils.event.util
Constructors in org.djutils.event.util with parameters of type IdProvider Constructor Description EventProducingCollection(Collection<T> parent, IdProvider sourceIdProvider)
Constructs a new EventProducingCollection.EventProducingIterator(Iterator<T> parent, IdProvider sourceIdProvider)
Constructs a new EventProducingIterator, embedding the parent iterator.EventProducingList(List<E> parent, IdProvider sourceIdProvider)
Constructs a new EventProducingList.EventProducingListIterator(ListIterator<T> parent, IdProvider sourceIdProvider)
Constructs a new EventProducingListIterator, embedding the parent iterator.EventProducingMap(Map<K,V> parent, IdProvider sourceIdProvider)
Constructs a new EventProducingMap.EventProducingSet(Set<E> parent, IdProvider sourceIdProvider)
Constructs a new EventProducingSet.