Interface BoundedIterator<T>

    • Method Detail

      • size

        int size()
        Returns the size of the collection of the iterated items.
        Returns:
        the number of items being iterated.