Class CharArrayIterator

  • All Implemented Interfaces:
    Iterator<Character>

    public class CharArrayIterator
    extends Object
    implements Iterator<Character>
    Allow a char array to be used where an Iterator is expected.
    Since:
    3.0.8