|
|||||||||
| Home >> All >> java >> [ text overview ] | PREV NEXT | ||||||||
Uses of Class
java.text.StringCharacterIterator
| Uses of StringCharacterIterator in java.text |
| Fields in java.text declared as StringCharacterIterator | |
private StringCharacterIterator |
AttributedString.sci
The string we are representing. |
| Constructors in java.text with parameters of type StringCharacterIterator | |
AttributedStringIterator(StringCharacterIterator sci,
AttributedString.AttributeRange[] attribs,
int begin_index,
int end_index,
AttributedCharacterIterator.Attribute[] restricts)
|
|
StringCharacterIterator(StringCharacterIterator sci,
int begin,
int end)
This is a package level constructor that copies the text out of an existing StringCharacterIterator and resets the beginning and ending index. |
|
|
|||||||||
| Home >> All >> java >> [ text overview ] | PREV NEXT | ||||||||