Interface CharIterator

All Known Subinterfaces:
MutableCharIterator
All Known Implementing Classes:
ImmutableEmptyCharIterator, SingletonCharIterator, TapCharIterable.TapCharIterator, UnmodifiableCharIterator

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

    Modifier and Type
    Method
    Description
    boolean
     
    char
     
  • Method Details

    • next

      char next()
    • hasNext

      boolean hasNext()