Class Ap157

java.lang.Object
|
+--Ap157

public class Ap157
extends java.lang.Object


Constructor Summary
Ap157()
           
 
Method Summary
 char charAt(int index)
          Returns the character at the specified index.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ap157

public Ap157()
Method Detail

charAt

public char charAt(int index)
Returns the character at the specified index. An index ranges from 0 to length() - 1.
Parameters:
index - index of desired character.
Returns:
the desired character.