HaxeAPI
  • Version 4.3.5
    • 3.4.7
    • 4.0.5
    • 4.1.3
    • 4.2.5
    • 4.3.5
    • 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

clone():Dynamic

current():Char16

first():Char16

getAllAttributeKeys():Set<AttributedCharacterIterator_Attribute>

getAttribute(param1:AttributedCharacterIterator_Attribute):Dynamic

getAttributes():Map<AttributedCharacterIterator_Attribute, Dynamic>

getBeginIndex():Int

getEndIndex():Int

getIndex():Int

getRunLimit(param1:Set<AttributedCharacterIterator_Attribute>):Int

getRunLimit():Int

getRunLimit(param1:AttributedCharacterIterator_Attribute):Int

getRunStart(param1:Set<AttributedCharacterIterator_Attribute>):Int

getRunStart():Int

getRunStart(param1:AttributedCharacterIterator_Attribute):Int

last():Char16

next():Char16

previous():Char16

setIndex(param1:Int):Char16

This documentation is generated for version 4.3.5

© 2024  Haxe Foundation | Contribute to Haxe