Table of Contents

Class AttributedCharacterIterator

Namespace
Java.Text
Assembly
MASES.Netdroid.dll
public class AttributedCharacterIterator : CharacterIterator, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IAttributedCharacterIterator, ICharacterIterator, ICloneable
Inheritance
AttributedCharacterIterator
Implements
Inherited Members
Extension Methods

Constructors

AttributedCharacterIterator(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public AttributedCharacterIterator(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

GetAllAttributeKeys()

public Set<AttributedCharacterIterator.Attribute> GetAllAttributeKeys()

Returns

Set<AttributedCharacterIterator.Attribute>

Set

GetAttribute(Attribute)

public object GetAttribute(AttributedCharacterIterator.Attribute arg0)

Parameters

arg0 AttributedCharacterIterator.Attribute

AttributedCharacterIterator.Attribute

Returns

object

object

GetAttributes()

public Map<AttributedCharacterIterator.Attribute, object> GetAttributes()

Returns

Map<AttributedCharacterIterator.Attribute, object>

Map

GetRunLimit()

public int GetRunLimit()

Returns

int

int

GetRunLimit(Attribute)

public int GetRunLimit(AttributedCharacterIterator.Attribute arg0)

Parameters

arg0 AttributedCharacterIterator.Attribute

AttributedCharacterIterator.Attribute

Returns

int

int

GetRunLimit<Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute>(Set<Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute>)

public int GetRunLimit<Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute>(Set<Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute> arg0) where Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute : AttributedCharacterIterator.Attribute

Parameters

arg0 Set<Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute>

Set

Returns

int

int

Type Parameters

Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute

AttributedCharacterIterator.Attribute

GetRunStart()

public int GetRunStart()

Returns

int

int

GetRunStart(Attribute)

public int GetRunStart(AttributedCharacterIterator.Attribute arg0)

Parameters

arg0 AttributedCharacterIterator.Attribute

AttributedCharacterIterator.Attribute

Returns

int

int

GetRunStart<Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute>(Set<Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute>)

public int GetRunStart<Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute>(Set<Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute> arg0) where Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute : AttributedCharacterIterator.Attribute

Parameters

arg0 Set<Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute>

Set

Returns

int

int

Type Parameters

Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute

AttributedCharacterIterator.Attribute