Interface InformedIterable<E>

    • Method Detail

      • getElementType

        @Pure
        Class<? extends E> getElementType()
        Replies the class of the elements in this iterable object.
        Returns:
        the type of the elements.