Table of Contents

Class AttributedCharacterIterator

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

Constructors

AttributedCharacterIterator()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

[Obsolete("AttributedCharacterIterator class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public AttributedCharacterIterator()

AttributedCharacterIterator(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

[Obsolete("AttributedCharacterIterator class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public AttributedCharacterIterator(params object[] args)

Parameters

args object[]

Properties

AllAttributeKeys

public Set<AttributedCharacterIterator.Attribute> AllAttributeKeys { get; }

Property Value

Set<AttributedCharacterIterator.Attribute>

Attributes

public Map<AttributedCharacterIterator.Attribute, object> Attributes { get; }

Property Value

Map<AttributedCharacterIterator.Attribute, object>

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 Closeable

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

RunLimit

public int RunLimit { get; }

Property Value

int

RunStart

public int RunStart { get; }

Property Value

int

Methods

GetAttribute(Attribute)

public object GetAttribute(AttributedCharacterIterator.Attribute arg0)

Parameters

arg0 AttributedCharacterIterator.Attribute

AttributedCharacterIterator.Attribute

Returns

object

object

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(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