com.sapportals.wcm.util.regex

Interface CharSequence

All Known Implementing Classes:
CharSequenceImpl

public interface CharSequence

Implementation of access to strings as sequences of characters.


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.
 

Method Detail

charAt

char charAt(int index)
Returns the character at the specified index.

Parameters:
index - TBD: Description of the incoming method parameter
Returns:
TBD: Description of the outgoing return value

length

int length()
Returns the length of this character sequence.

Returns:
TBD: Description of the outgoing return value

subSequence

CharSequence subSequence(int start,
                         int end)
Returns a new character sequence that is a subsequence of this sequence.

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

String toString()
Returns a string containing the characters in this sequence in the same order as this sequence.

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