public class TextCharPropDataIterator extends Object implements TextCharPropIterator
| Constructor and Description |
|---|
TextCharPropDataIterator(int[] data) |
TextCharPropDataIterator(int[] data,
int startIndex) |
TextCharPropDataIterator(int[] data,
int startIndex,
int length) |
| Modifier and Type | Method and Description |
|---|---|
int |
first()
Return the index value corresponding to the first element in the
logical array.
|
int |
getNextIndex() |
int |
next() |
int |
next(int index)
Obtain the character properties corresponding to the current index
value and advance the index.
|
public TextCharPropDataIterator(int[] data)
public TextCharPropDataIterator(int[] data,
int startIndex)
public TextCharPropDataIterator(int[] data,
int startIndex,
int length)
public int first()
TextCharPropIteratorfirst in interface TextCharPropIteratorpublic int next(int index)
TextCharPropIteratornext in interface TextCharPropIteratorindex - - Current index value. The call must update this
parameter to represent the logical next index value. The caller
should treat this as an opaque variable and must not alter it (except
through this interface) or infer any meaning from its value.public int next()
next in interface TextCharPropIteratorpublic int getNextIndex()
getNextIndex in interface TextCharPropIteratorCopyright © 2010 - 2020 Adobe. All Rights Reserved