Class AttributedCharacterIterator
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
initializerIJVMBridgeBaseInitializer
Properties
AllAttributeKeys
public Set<AttributedCharacterIterator.Attribute> AllAttributeKeys { get; }
Property Value
Attributes
https://docs.oracle.com/javase/8/docs/api/java/text/AttributedCharacterIterator.html#getAttributes--
public Map<AttributedCharacterIterator.Attribute, object> Attributes { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
RunLimit
public int RunLimit { get; }
Property Value
RunStart
public int RunStart { get; }
Property Value
Methods
GetAttribute(Attribute)
public object GetAttribute(AttributedCharacterIterator.Attribute arg0)
Parameters
Returns
GetRunLimit(Attribute)
public int GetRunLimit(AttributedCharacterIterator.Attribute arg0)
Parameters
Returns
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
Returns
Type Parameters
Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute
GetRunStart(Attribute)
public int GetRunStart(AttributedCharacterIterator.Attribute arg0)
Parameters
Returns
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
Returns
Type Parameters
Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute