Class SingletonCharIterator

  • All Implemented Interfaces:
    CharIterator

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

      Fields 
      Modifier and Type Field Description
      private boolean next  
      private char value  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNext()  
      char next()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • value

        private final char value
      • next

        private boolean next
    • Constructor Detail

      • SingletonCharIterator

        public SingletonCharIterator​(char value)