加载中...
The Wayback Machine - https://sup1a9wrlpyh5li9ro.vcoronado.top/web/20090226040505/http://developer.android.com:80/reference/java/text/AttributedCharacterIterator.html
public interface

AttributedCharacterIterator

implements CharacterIterator
java.text.AttributedCharacterIterator

Class Overview

AttributedCharacterIterator

Summary

Nested Classes
public interface AttributedCharacterIterator.Attribute  
[Expand]
Inherited Constants
From interface java.text.CharacterIterator
Public Methods
abstract Set<AttributedCharacterIterator.Attribute> getAllAttributeKeys()
abstract Object getAttribute(AttributedCharacterIterator.Attribute attribute)
abstract Map<AttributedCharacterIterator.AttributeObject> getAttributes()
abstract int getRunLimit(AttributedCharacterIterator.Attribute attribute)
abstract int getRunLimit(Set<? extends AttributedCharacterIterator.Attribute> attributes)
abstract int getRunLimit()
abstract int getRunStart(Set<? extends AttributedCharacterIterator.Attribute> attributes)
abstract int getRunStart(AttributedCharacterIterator.Attribute attribute)
abstract int getRunStart()
[Expand]
Inherited Methods
From interface java.text.CharacterIterator

Public Methods

public abstract Set<AttributedCharacterIterator.Attribute> getAllAttributeKeys ()

public abstract Object getAttribute (AttributedCharacterIterator.Attribute attribute)

public abstract Map<AttributedCharacterIterator.AttributeObject> getAttributes ()

public abstract int getRunLimit (AttributedCharacterIterator.Attribute attribute)

public abstract int getRunLimit (Set<? extends AttributedCharacterIterator.Attribute> attributes)

public abstract int getRunLimit ()

public abstract int getRunStart (Set<? extends AttributedCharacterIterator.Attribute> attributes)

public abstract int getRunStart (AttributedCharacterIterator.Attribute attribute)

public abstract int getRunStart ()