nextChar() public method

public nextChar ( ) : char
return char
Exemplo n.º 1
0
 // call the source's nextChar() method
 public char nextChar()
 {
     return(source.nextChar());
 }