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.
-
Interface Summary Interface Description BooleanIterator BooleanIterator is an iterator over a BooleanIterable.ByteIterator ByteIterator is an iterator over a ByteIterable.CharIterator CharIterator is an iterator over a CharIterable.DoubleIterator DoubleIterator is an iterator over a DoubleIterable.FloatIterator FloatIterator is an iterator over a FloatIterable.IntIterator IntIterator is an iterator over a IntIterable.LongIterator LongIterator is an iterator over a LongIterable.MutableBooleanIterator This file was automatically generated from template file mutablePrimitiveIterator.stg.MutableByteIterator This file was automatically generated from template file mutablePrimitiveIterator.stg.MutableCharIterator This file was automatically generated from template file mutablePrimitiveIterator.stg.MutableDoubleIterator This file was automatically generated from template file mutablePrimitiveIterator.stg.MutableFloatIterator This file was automatically generated from template file mutablePrimitiveIterator.stg.MutableIntIterator This file was automatically generated from template file mutablePrimitiveIterator.stg.MutableLongIterator This file was automatically generated from template file mutablePrimitiveIterator.stg.MutableShortIterator This file was automatically generated from template file mutablePrimitiveIterator.stg.ShortIterator ShortIterator is an iterator over a ShortIterable.