public interface IterableCharSequence extends CharSequence, CharacterIterator
CharSequence and CharacterIterator.
This is needed because in various parts of the UnifiedHighlighter that
this plugin wraps the content is accessed via both interfaces.| Modifier and Type | Interface and Description |
|---|---|
static class |
IterableCharSequence.IterableStringCharSequence |
static class |
IterableCharSequence.OffsetType |
DONE| Modifier and Type | Method and Description |
|---|---|
static IterableCharSequence |
fromString(String string) |
Charset |
getCharset() |
String |
getIdentifier() |
IterableCharSequence.OffsetType |
getOffsetType() |
charAt, chars, codePoints, length, subSequence, toStringclone, current, first, getBeginIndex, getEndIndex, getIndex, last, next, previous, setIndexString getIdentifier()
IterableCharSequence.OffsetType getOffsetType()
Charset getCharset()
static IterableCharSequence fromString(String string)
Copyright © 2019. All rights reserved.