public class CompositeText extends AbstractText
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeText.CompositeTextCharSequence |
| Constructor and Description |
|---|
CompositeText(List<AbstractText> texts) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getTransformationDepth() |
int |
length() |
TextCharSequence |
sequence()
Provides sequential access to characters.
|
void |
toCharArray(int srcPos,
char[] dest,
int destPos,
int length) |
toChars, toStringpublic CompositeText(List<AbstractText> texts)
public int length()
public void toCharArray(int srcPos,
char[] dest,
int destPos,
int length)
toCharArray in class AbstractTextprotected int getTransformationDepth()
getTransformationDepth in class AbstractTextpublic TextCharSequence sequence()
TextCopyright © 2009–2018 SonarSource. All rights reserved.