Class EventProducingListIterator<T>

    • Field Detail

      • OBJECT_ADDED_EVENT

        public static final EventType OBJECT_ADDED_EVENT
        OBJECT_ADDED_EVENT is fired on adding of entries.
      • OBJECT_CHANGED_EVENT

        public static final EventType OBJECT_CHANGED_EVENT
        OBJECT_CHANGED_EVENT is fired on changing of entries.
    • Constructor Detail

      • EventProducingListIterator

        public EventProducingListIterator​(ListIterator<T> wrappedIterator)
        constructs a new EventProducingListIterator, embedding the parent ListIterator.
        Parameters:
        wrappedIterator - ListIterator<T>; embedded iterator.