Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.adfnmc.java.text
Interface AttributedCharacterIterator

All Superinterfaces:
CharacterIterator, Cloneable

public interface AttributedCharacterIterator
extends CharacterIterator

AttributedCharacterIterator


Nested Class Summary
static class AttributedCharacterIterator.Attribute
           
 
Field Summary
 
Fields inherited from interface oracle.adfnmc.java.text.CharacterIterator
DONE
 
Method Summary
 Set getAllAttributeKeys()
           
 java.lang.Object getAttribute(AttributedCharacterIterator.Attribute attribute)
           
 Map getAttributes()
           
 int getRunLimit()
           
 int getRunLimit(AttributedCharacterIterator.Attribute attribute)
           
 int getRunLimit(Set attributes)
           
 int getRunStart()
           
 int getRunStart(AttributedCharacterIterator.Attribute attribute)
           
 int getRunStart(Set attributes)
           
 
Methods inherited from interface oracle.adfnmc.java.text.CharacterIterator
clone, current, first, getBeginIndex, getEndIndex, getIndex, last, next, previous, setIndex
 

Method Detail

getAllAttributeKeys

Set getAllAttributeKeys()

getAttribute

java.lang.Object getAttribute(AttributedCharacterIterator.Attribute attribute)

getAttributes

Map getAttributes()

getRunLimit

int getRunLimit()

getRunLimit

int getRunLimit(AttributedCharacterIterator.Attribute attribute)

getRunLimit

int getRunLimit(Set attributes)

getRunStart

int getRunStart()

getRunStart

int getRunStart(AttributedCharacterIterator.Attribute attribute)

getRunStart

int getRunStart(Set attributes)

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.