com.sybase.uep.bobclient.utils
Class PhoneAbstractString
java.lang.Object
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
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 |
PhoneAbstractString
public PhoneAbstractString(java.lang.String str)
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