IDocument
based implementation of CharacterIterator
and CharSequence
. Note that the supplied document is not copied; if the document is modified during the lifetime of a DocumentCharacterIterator
, the methods returning document content may not always return the same values. Also, if accessing the document fails with a {@link BadLocationException}, any of CharacterIterator
methods as well as charAt
may return {@link CharacterIterator#DONE}.
|
|
|
|
|
|
|
|
|
|
|
|