com.sapportals.wcm.util.regex

Class CharSequenceImpl

java.lang.Object
  extended by com.sapportals.wcm.util.regex.CharSequenceImpl
All Implemented Interfaces:
CharSequence

public class CharSequenceImpl
extends Object
implements CharSequence

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


Constructor Summary
CharSequenceImpl(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.
 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(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
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
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
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 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 Object
Returns:
TBD: Description of the outgoing return value
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-CM [sap.com] tc/km/frwk api EP-KM-CM
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM


Copyright 2014 SAP AG Complete Copyright Notice