public class DefaultNTextList extends AbstractNText implements net.thevpc.nuts.text.NTextList
| Constructor and Description |
|---|
DefaultNTextList(net.thevpc.nuts.text.NText... children) |
| Modifier and Type | Method and Description |
|---|---|
List<net.thevpc.nuts.text.NText> |
children() |
boolean |
equals(Object o) |
String |
filteredText() |
net.thevpc.nuts.text.NText |
get(int index) |
int |
hashCode() |
net.thevpc.nuts.text.NText |
immutable() |
boolean |
isEmpty() |
boolean |
isNormalized() |
boolean |
isWhitespace() |
Iterator<net.thevpc.nuts.text.NText> |
iterator() |
int |
length() |
net.thevpc.nuts.text.NText |
simplify() |
int |
size() |
net.thevpc.nuts.text.NText |
substring(int start,
int end) |
List<net.thevpc.nuts.text.NPrimitiveText> |
toCharList() |
net.thevpc.nuts.util.NStream<net.thevpc.nuts.text.NPrimitiveText> |
toCharStream() |
net.thevpc.nuts.text.NText |
trim() |
net.thevpc.nuts.text.NText |
trimLeft() |
net.thevpc.nuts.text.NText |
trimRight() |
net.thevpc.nuts.text.NTextType |
type() |
builder, concat, concat, isBlank, isNewLine, isPrimitive, isString, normalize, normalize, normalize, repeat, repeatln, split, split, split, split, split, splitLines, splitLines, toCharArray, toPrimitiveList, 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, split, split, splitLines, splitLines, toCharArray, toPrimitiveList, toStringfirstNonBlank, firstNonBlank, firstNonBlank, firstNonBlankLazy, firstNonBlankLazy, isBlank, isBlank, isBlank, isBlank, isBlank, isBlank, isNonBlankforEach, spliteratorpublic boolean isEmpty()
isEmpty in interface net.thevpc.nuts.text.NTextisEmpty in class AbstractNTextpublic net.thevpc.nuts.text.NTextType type()
type in interface net.thevpc.nuts.text.NTextpublic int size()
size in interface net.thevpc.nuts.text.NTextListpublic net.thevpc.nuts.text.NText get(int index)
get in interface net.thevpc.nuts.text.NTextListpublic List<net.thevpc.nuts.text.NText> children()
children in interface net.thevpc.nuts.text.NTextListpublic net.thevpc.nuts.text.NText simplify()
simplify in interface net.thevpc.nuts.text.NTextsimplify in interface net.thevpc.nuts.text.NTextListpublic boolean isNormalized()
isNormalized in interface net.thevpc.nuts.text.NTextisNormalized in class AbstractNTextpublic Iterator<net.thevpc.nuts.text.NText> iterator()
public String filteredText()
filteredText in interface net.thevpc.nuts.text.NTextfilteredText in class AbstractNTextpublic int length()
length in interface net.thevpc.nuts.text.NTextlength in class AbstractNTextpublic net.thevpc.nuts.text.NText immutable()
immutable in interface net.thevpc.nuts.text.NTextpublic net.thevpc.nuts.util.NStream<net.thevpc.nuts.text.NPrimitiveText> toCharStream()
toCharStream in interface net.thevpc.nuts.text.NTextpublic boolean isWhitespace()
isWhitespace in interface net.thevpc.nuts.text.NTextpublic List<net.thevpc.nuts.text.NPrimitiveText> toCharList()
toCharList in interface net.thevpc.nuts.text.NTexttoCharList in class AbstractNTextpublic net.thevpc.nuts.text.NText substring(int start,
int end)
substring in interface net.thevpc.nuts.text.NTextpublic net.thevpc.nuts.text.NText trimLeft()
trimLeft in interface net.thevpc.nuts.text.NTextpublic net.thevpc.nuts.text.NText trimRight()
trimRight in interface net.thevpc.nuts.text.NTextpublic net.thevpc.nuts.text.NText trim()
trim in interface net.thevpc.nuts.text.NTextCopyright © 2026 vpc open source initiative. All rights reserved.