HaxeAPI
  • Version 4.1.0
    • 3.4.7
    • 4.0.5
    • 4.1.3
    • 4.2.5
    • 4.3.1
    • Development
  • Download Haxe
  • Learn Haxe
    • Introduction
    • Manual
    • Code Cookbook
    • API Documentation
    • Videos
    • Try Haxe online
    • Haxelib
  • Connect
    • Github
    • Bug reports
    • Stack Overflow
    • Forums
    • Discord
    • Gitter
    • Blog
    • Facebook
    • #haxe
    • @haxelang
    • @haxe_org
    • Contact

interface AttributedCharacterIterator

package java.text

extends CharacterIterator

@:nativeGen@:abstract@:libType@:javaNative@:native("java.text.AttributedCharacterIterator")@:javaCanonical("java.text","AttributedCharacterIterator")

Available on java

Methods

@:overloadclone():Dynamic

@:overloadcurrent():Char16

@:overloadfirst():Char16

@:overloadgetAllAttributeKeys():Set<AttributedCharacterIterator_Attribute>

@:overloadgetAttribute(param1:AttributedCharacterIterator_Attribute):Dynamic

@:overloadgetAttributes():Map<AttributedCharacterIterator_Attribute, Dynamic>

@:overloadgetBeginIndex():Int

@:overloadgetEndIndex():Int

@:overloadgetIndex():Int

@:overloadgetRunLimit(param1:Set<AttributedCharacterIterator_Attribute>):Int

@:overloadgetRunLimit():Int

@:overloadgetRunLimit(param1:AttributedCharacterIterator_Attribute):Int

@:overloadgetRunStart(param1:Set<AttributedCharacterIterator_Attribute>):Int

@:overloadgetRunStart():Int

@:overloadgetRunStart(param1:AttributedCharacterIterator_Attribute):Int

@:overloadlast():Char16

@:overloadnext():Char16

@:overloadprevious():Char16

@:overloadsetIndex(param1:Int):Char16

This documentation is generated for version 4.1.0

© 2024  Haxe Foundation | Contribute to Haxe