Uses of Class
org.djutils.event.util.EventProducingIterator
| Package | Description |
|---|---|
| org.djutils.event.util |
Provides a subscription-based extension to Java's collection library.
|
-
Uses of EventProducingIterator in org.djutils.event.util
Subclasses of EventProducingIterator in org.djutils.event.util 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.util that return EventProducingIterator Modifier and Type Method Description EventProducingIterator<T>EventProducingCollection. iterator()EventProducingIterator<E>EventProducingList. iterator()EventProducingIterator<E>EventProducingSet. iterator()