Interface BooleanIterator

All Known Subinterfaces:
MutableBooleanIterator
All Known Implementing Classes:
BooleanArrayList.InternalBooleanIterator, BooleanHashBag.InternalIterator, BooleanHashSet.EmptyBooleanIterator, BooleanHashSet.FalseBooleanIterator, BooleanHashSet.FalseTrueBooleanIterator, BooleanHashSet.TrueBooleanIterator, ByteBooleanHashMap.InternalBooleanIterator, CharBooleanHashMap.InternalBooleanIterator, DoubleBooleanHashMap.InternalBooleanIterator, FloatBooleanHashMap.InternalBooleanIterator, ImmutableBooleanArrayList.InternalBooleanIterator, ImmutableEmptyBooleanIterator, ImmutableFalseSet.FalseIterator, ImmutableTrueFalseSet.FalseTrueIterator, ImmutableTrueSet.TrueIterator, IntBooleanHashMap.InternalBooleanIterator, LongBooleanHashMap.InternalBooleanIterator, ObjectBooleanHashMap.InternalBooleanIterator, ObjectBooleanHashMapWithHashingStrategy.InternalBooleanIterator, ReverseBooleanIterable.ReverseBooleanIterator, SelectBooleanIterable.SelectBooleanIterator, ShortBooleanHashMap.InternalBooleanIterator, SingletonBooleanIterator, TapBooleanIterable.TapBooleanIterator, UnmodifiableBooleanIterator

public interface BooleanIterator
BooleanIterator is an iterator over a BooleanIterable. This file was automatically generated from template file primitiveIterator.stg.
Since:
3.0.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    boolean
     
  • Method Details

    • next

      boolean next()
    • hasNext

      boolean hasNext()