Package org.eclipse.collections.api.iterator


package org.eclipse.collections.api.iterator
This package contains primitive iterator API.

This package contains 8 iterator interfaces one each for boolean, byte, char, int, long, double, short and float.

  • Interfaces
    Class
    Description
    BooleanIterator is an iterator over a BooleanIterable.
    ByteIterator is an iterator over a ByteIterable.
    CharIterator is an iterator over a CharIterable.
    DoubleIterator is an iterator over a DoubleIterable.
    FloatIterator is an iterator over a FloatIterable.
    IntIterator is an iterator over a IntIterable.
    LongIterator is an iterator over a LongIterable.
    This file was automatically generated from template file mutablePrimitiveIterator.stg.
    This file was automatically generated from template file mutablePrimitiveIterator.stg.
    This file was automatically generated from template file mutablePrimitiveIterator.stg.
    This file was automatically generated from template file mutablePrimitiveIterator.stg.
    This file was automatically generated from template file mutablePrimitiveIterator.stg.
    This file was automatically generated from template file mutablePrimitiveIterator.stg.
    This file was automatically generated from template file mutablePrimitiveIterator.stg.
    This file was automatically generated from template file mutablePrimitiveIterator.stg.
    ShortIterator is an iterator over a ShortIterable.