Class SingletonCharIterator

java.lang.Object
org.eclipse.collections.impl.iterator.SingletonCharIterator
All Implemented Interfaces:
CharIterator

public final class SingletonCharIterator extends Object implements CharIterator
This file was automatically generated from template file singletonPrimitiveIterator.stg.
  • Field Details

    • value

      private final char value
    • next

      private boolean next
  • Constructor Details

    • SingletonCharIterator

      public SingletonCharIterator(char value)
  • Method Details