Interface ModifiableCollectionSizedIteratorOwner<M>

  • Type Parameters:
    M - is the type of element.
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface ModifiableCollectionSizedIteratorOwner<M>
    Version:
    17.0 2020-01-04 14:41:38
    Author:
    Stéphane GALLAND
    Maven Group Id:
    org.arakhne.afc.core
    Maven Artifact Id:
    util
    • Method Detail

      • onRemoveFromIterator

        void onRemoveFromIterator​(M data)
        Invoked just before an element is removed from a collection through the iterator.
        Parameters:
        data - is the removed data.