Java.Lang.AbstractStringBuilder: Method Members

The methods of Java.Lang.AbstractStringBuilder are listed below. For a list of all members, see the AbstractStringBuilder Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

Append(ICharSequence) : IAppendable
Documentation for this section has not yet been entered.
Append(char) : IAppendable
Documentation for this section has not yet been entered.
Append(string) : IAppendable
Documentation for this section has not yet been entered.
Append(ICharSequence, int, int) : IAppendable
Documentation for this section has not yet been entered.
Append(string, int, int) : IAppendable
Documentation for this section has not yet been entered.
Capacity() : int
Documentation for this section has not yet been entered.
CharAt(int) : char
Documentation for this section has not yet been entered.
CodePointAt(int) : int
Documentation for this section has not yet been entered.
CodePointBefore(int) : int
Documentation for this section has not yet been entered.
CodePointCount(int, int) : int
Documentation for this section has not yet been entered.
EnsureCapacity(int)
Documentation for this section has not yet been entered.
GetChars(int, int, char[], int)
Documentation for this section has not yet been entered.
GetEnumerator() : IEnumerator<char>
Documentation for this section has not yet been entered.
IndexOf(string) : int
Documentation for this section has not yet been entered.
IndexOf(string, int) : int
Documentation for this section has not yet been entered.
LastIndexOf(string) : int
Documentation for this section has not yet been entered.
LastIndexOf(string, int) : int
Documentation for this section has not yet been entered.
Length() : int
Documentation for this section has not yet been entered.
OffsetByCodePoints(int, int) : int
Documentation for this section has not yet been entered.
SetCharAt(int, char)
Documentation for this section has not yet been entered.
SetLength(int)
Documentation for this section has not yet been entered.
SubSequence(int, int) : string
Documentation for this section has not yet been entered.
SubSequenceFormatted(int, int) : ICharSequence
Documentation for this section has not yet been entered.
Substring(int) : string
Documentation for this section has not yet been entered.
Substring(int, int) : string
Documentation for this section has not yet been entered.
abstract
ToString() : string
Documentation for this section has not yet been entered.
TrimToSize()
Documentation for this section has not yet been entered.