SAP NetWeaver '04

com.sapportals.wcm.util.regex
Class CharSequenceImpl

[contained in: com.sap.netweaver.bc.util.par - bc.util.public_api.jar]
java.lang.Object
  |
  +--com.sapportals.wcm.util.regex.CharSequenceImpl
All Implemented Interfaces:
CharSequence

public class CharSequenceImpl
extends java.lang.Object
implements CharSequence

Provides an interface for access to strings as sequences of characters.


Constructor Summary
CharSequenceImpl(java.lang.String s)
           
 
Method Summary
 char charAt(int index)
          Returns the character at the specified index.
 int length()
          Returns the length of this character sequence.
 CharSequence subSequence(int start, int end)
          Returns a new character sequence that is a subsequence of this sequence.
 java.lang.String toString()
          Returns a string containing the characters in this sequence in the same order as this sequence.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CharSequenceImpl

public CharSequenceImpl(java.lang.String s)
Method Detail

charAt

public char charAt(int index)
Description copied from interface: CharSequence
Returns the character at the specified index.
Specified by:
charAt in interface CharSequence
Following copied from interface: com.sapportals.wcm.util.regex.CharSequence
Parameters:
index - TBD: Description of the incoming method parameter
Returns:
TBD: Description of the outgoing return value

length

public int length()
Description copied from interface: CharSequence
Returns the length of this character sequence.
Specified by:
length in interface CharSequence
Following copied from interface: com.sapportals.wcm.util.regex.CharSequence
Returns:
TBD: Description of the outgoing return value

subSequence

public CharSequence subSequence(int start,
                                int end)
Description copied from interface: CharSequence
Returns a new character sequence that is a subsequence of this sequence.
Specified by:
subSequence in interface CharSequence
Following copied from interface: com.sapportals.wcm.util.regex.CharSequence
Parameters:
start - TBD: Description of the incoming method parameter
end - TBD: Description of the incoming method parameter
Returns:
TBD: Description of the outgoing return value

toString

public java.lang.String toString()
Description copied from interface: CharSequence
Returns a string containing the characters in this sequence in the same order as this sequence.
Specified by:
toString in interface CharSequence
Overrides:
toString in class java.lang.Object
Following copied from interface: com.sapportals.wcm.util.regex.CharSequence
Returns:
TBD: Description of the outgoing return value

SAP NetWeaver '04

Copyright © 2004 by SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.

These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.