Interface MutableBooleanIterator

All Superinterfaces:
BooleanIterator
All Known Implementing Classes:
UnmodifiableBooleanIterator

public interface MutableBooleanIterator
extends BooleanIterator
This file was automatically generated from template file mutablePrimitiveIterator.stg.
Since:
6.0.
  • Method Summary

    Modifier and Type Method Description
    void remove()  

    Methods inherited from interface org.eclipse.collections.api.iterator.BooleanIterator

    hasNext, next
  • Method Details