Uses of Class
org.djutils.event.collection.EventProducingIterator
-
Packages that use EventProducingIterator Package Description org.djutils.event.collection Provides a subscription-based extension to Java's collection library. -
-
Uses of EventProducingIterator in org.djutils.event.collection
Subclasses of EventProducingIterator in org.djutils.event.collection Modifier and Type Class Description classEventProducingListIterator<T>EventProducingListIterator provides an iterator embedding the ListIterator, which fires an event when an object has been removed.Methods in org.djutils.event.collection that return EventProducingIterator Modifier and Type Method Description EventProducingIterator<T>EventProducingCollection. iterator()EventProducingIterator<E>EventProducingList. iterator()EventProducingIterator<E>EventProducingSet. iterator()
-