Interface MappedSequence<T extends CharSequence>
-
- All Superinterfaces:
CharSequence
- All Known Implementing Classes:
MappedBasedSequence,MappedRichSequence
public interface MappedSequence<T extends CharSequence> extends CharSequence
A CharSequence that maps characters according to CharMapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull CharMappergetCharMapper()TgetCharSequence()-
Methods inherited from interface java.lang.CharSequence
charAt, chars, codePoints, length, subSequence, toString
-
-
-
-
Method Detail
-
getCharMapper
@NotNull @NotNull CharMapper getCharMapper()
-
getCharSequence
@NotNull T getCharSequence()
-
-