jet
Class CharIterator
java.lang.Object
jet.CharIterator
- All Implemented Interfaces:
- Iterator<Character>
public abstract class CharIterator
- extends Object
- implements Iterator<Character>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CharIterator
public CharIterator()
next
public final Character next()
- Specified by:
next
in interface Iterator<Character>
nextChar
public abstract char nextChar()
remove
public void remove()
- Specified by:
remove
in interface Iterator<Character>
Copyright © 2013. All Rights Reserved.