public class DefaultNTextList extends AbstractNText implements NTextList
| Constructor and Description |
|---|
DefaultNTextList(NText... children) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
filteredText() |
NText |
get(int index) |
List<NText> |
getChildren() |
int |
hashCode() |
NText |
immutable() |
boolean |
isEmpty() |
boolean |
isNormalized() |
boolean |
isWhitespace() |
Iterator<NText> |
iterator() |
int |
length() |
NText |
simplify() |
int |
size() |
List<NText> |
split(String separators,
boolean keepSeparators) |
NText |
substring(int start,
int end) |
List<NPrimitiveText> |
toCharList() |
NStream<NPrimitiveText> |
toCharStream() |
NText |
trim() |
NText |
trimLeft() |
NText |
trimRight() |
NTextType |
type() |
builder, concat, concat, isBlank, isNewLine, isPrimitive, isString, normalize, normalize, normalize, repeat, repeatln, split, split, split, toCharArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitbuilder, concat, concat, isNewLine, isPrimitive, isString, normalize, normalize, normalize, of, of, of, ofAnchor, ofAnchor, ofBlank, ofCode, ofCode, ofCodeOrCommand, ofCodeOrCommand, ofCodeOrCommand, ofCommand, ofInclude, ofInclude, ofLink, ofLink, ofList, ofList, ofNewLine, ofNumbering, ofNumbering, ofPlain, ofSpace, ofSpaces, ofStyled, ofStyled, ofStyled, ofStyled, ofStyled, ofStyled, ofStyledError, ofStyledPath, ofStyledPrimary1, ofStyledPrimary2, ofStyledPrimary3, ofStyledPrimary4, ofStyledPrimary5, ofStyledPrimary6, ofStyledPrimary7, ofStyledPrimary8, ofStyledPrimary9, ofStyledSuccess, ofStyledWarn, ofTitle, ofTitle, repeat, repeatln, split, split, split, toCharArray, toStringfirstNonBlank, firstNonBlank, firstNonBlank, isBlank, isBlank, isBlank, isBlank, isBlank, isBlank, isNonBlankforEach, spliteratorpublic DefaultNTextList(NText... children)
public boolean isEmpty()
isEmpty in interface NTextisEmpty in class AbstractNTextpublic List<NText> getChildren()
getChildren in interface NTextListpublic NText simplify()
public boolean isNormalized()
isNormalized in interface NTextisNormalized in class AbstractNTextpublic String filteredText()
filteredText in interface NTextfilteredText in class AbstractNTextpublic int length()
length in interface NTextlength in class AbstractNTextpublic NStream<NPrimitiveText> toCharStream()
toCharStream in interface NTextpublic boolean isWhitespace()
isWhitespace in interface NTextpublic List<NPrimitiveText> toCharList()
toCharList in interface NTexttoCharList in class AbstractNTextCopyright © 2025 vpc open source initiative. All rights reserved.