jet
Class CharIterator

java.lang.Object
  extended by jet.CharIterator
All Implemented Interfaces:
Iterator<Character>

public abstract class CharIterator
extends Object
implements Iterator<Character>


Constructor Summary
CharIterator()
           
 
Method Summary
 Character next()
           
abstract  char nextChar()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Iterator
hasNext
 

Constructor Detail

CharIterator

public CharIterator()
Method Detail

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.