public class DefaultNTextPlain extends AbstractNText implements net.thevpc.nuts.text.NTextPlain, net.thevpc.nuts.elem.NToElement
| Modifier and Type | Field and Description |
|---|---|
static net.thevpc.nuts.text.NTextPlain |
EMPTY |
| Constructor and Description |
|---|
DefaultNTextPlain(String text) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
filteredText() |
int |
hashCode() |
net.thevpc.nuts.text.NText |
immutable() |
boolean |
isEmpty() |
boolean |
isNewLine() |
boolean |
isWhitespace() |
int |
length() |
net.thevpc.nuts.text.NText |
simplify() |
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.elem.NElement |
toElement() |
net.thevpc.nuts.text.NText |
trim() |
net.thevpc.nuts.text.NText |
trimLeft() |
net.thevpc.nuts.text.NText |
trimRight() |
net.thevpc.nuts.text.NTextType |
type() |
String |
value() |
builder, concat, concat, isBlank, isNormalized, 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, isNormalized, 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, toStringpublic DefaultNTextPlain(String text)
public 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 String value()
value in interface net.thevpc.nuts.text.NTextPlainpublic boolean isNewLine()
isNewLine in interface net.thevpc.nuts.text.NTextisNewLine in class AbstractNTextpublic net.thevpc.nuts.text.NText immutable()
immutable in interface net.thevpc.nuts.text.NTextpublic 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 simplify()
simplify 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.util.NStream<net.thevpc.nuts.text.NPrimitiveText> toCharStream()
toCharStream in interface net.thevpc.nuts.text.NTextpublic net.thevpc.nuts.text.NText substring(int start,
int end)
substring in interface net.thevpc.nuts.text.NTextpublic boolean isWhitespace()
isWhitespace 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.NTextpublic net.thevpc.nuts.elem.NElement toElement()
toElement in interface net.thevpc.nuts.elem.NToElementCopyright © 2026 vpc open source initiative. All rights reserved.