BreakIterator
Done
BreakIterator()
BreakIterator(IntPtr, JniHandleOwnership)
CharacterInstance
JniPeerMembers
LineInstance
SentenceInstance
Text
ThresholdClass
ThresholdType
WordInstance
Clone()
Current()
First()
Following(Int32)
GetAvailableLocales()
GetCharacterInstance(Locale)
GetLineInstance(Locale)
GetSentenceInstance(Locale)
GetWordInstance(Locale)
IsBoundary(Int32)
Last()
Next()
Next(Int32)
Preceding(Int32)
Previous()
SetText(String)
monoandroid
namespace Java.Text
{
[Register("java/text/BreakIterator", DoNotGenerateAcw = true)]
public abstract class BreakIterator : Object, IJavaObject, IJavaPeerable, ICloneable, IDisposable
{
[Register("following", "(I)I", "GetFollowing_IHandler")]
public abstract int Following(int offset);
}
}
| .NET | 6.07.08.09.0 |
|---|---|
Information specific to monoandroid | |
| Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API