Class CharArrayIterator

java.lang.Object
org.codehaus.groovy.util.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