Java.Lang.AbstractStringBuilder Members

The members of Java.Lang.AbstractStringBuilder are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

Documentation for this section has not yet been entered.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. Documentation for this section has not yet been entered.
[read-only]
override
ThresholdTypeType. Documentation for this section has not yet been entered.

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.

Explicitly Implemented Interface Members

IEnumerable.GetEnumeratorDocumentation for this section has not yet been entered.