com.sybase.uep.bobclient.utils
Class PhoneAbstractString

java.lang.Object
  extended by com.sybase.uep.bobclient.utils.PhoneAbstractString
All Implemented Interfaces:
net.rim.device.api.util.AbstractString

public class PhoneAbstractString
extends java.lang.Object
implements net.rim.device.api.util.AbstractString


Constructor Summary
PhoneAbstractString(java.lang.String str)
           
 
Method Summary
 char charAt(int index)
           
 void getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin)
           
 int indexOf(char c, int startIndex, int endIndex)
           
 int length()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhoneAbstractString

public PhoneAbstractString(java.lang.String str)
Method Detail

charAt

public char charAt(int index)
Specified by:
charAt in interface net.rim.device.api.util.AbstractString

getChars

public void getChars(int srcBegin,
                     int srcEnd,
                     char[] dst,
                     int dstBegin)
Specified by:
getChars in interface net.rim.device.api.util.AbstractString

indexOf

public int indexOf(char c,
                   int startIndex,
                   int endIndex)
Specified by:
indexOf in interface net.rim.device.api.util.AbstractString

length

public int length()
Specified by:
length in interface net.rim.device.api.util.AbstractString