Interface BooleanIterator

All Known Subinterfaces:
MutableBooleanIterator
All Known Implementing Classes:
ImmutableEmptyBooleanIterator, 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 hasNext()  
    boolean next()  
  • Method Details