public class DefaultNutsTextList extends AbstractNutsText implements net.thevpc.nuts.NutsTextList
| Constructor and Description |
|---|
DefaultNutsTextList(net.thevpc.nuts.NutsSession session,
net.thevpc.nuts.NutsText... children) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
filteredText() |
net.thevpc.nuts.NutsText |
get(int index) |
List<net.thevpc.nuts.NutsText> |
getChildren() |
net.thevpc.nuts.NutsTextType |
getType() |
int |
hashCode() |
boolean |
isEmpty() |
Iterator<net.thevpc.nuts.NutsText> |
iterator() |
net.thevpc.nuts.NutsText |
simplify() |
int |
size() |
builder, getSession, getWorkspace, immutable, isBlank, textLength, toString, toTextclone, finalize, getClass, notify, notifyAll, wait, wait, waitbuilder, immutable, of, of, ofPlain, textLength, toString, toTextisBlank, isBlank, isBlank, isBlank, isBlank, isBlankforEach, spliteratorpublic DefaultNutsTextList(net.thevpc.nuts.NutsSession session,
net.thevpc.nuts.NutsText... children)
public boolean isEmpty()
isEmpty in interface net.thevpc.nuts.NutsStringisEmpty in class AbstractNutsTextpublic net.thevpc.nuts.NutsTextType getType()
getType in interface net.thevpc.nuts.NutsTextpublic int size()
size in interface net.thevpc.nuts.NutsTextListpublic net.thevpc.nuts.NutsText get(int index)
get in interface net.thevpc.nuts.NutsTextListpublic List<net.thevpc.nuts.NutsText> getChildren()
getChildren in interface net.thevpc.nuts.NutsTextListpublic net.thevpc.nuts.NutsText simplify()
simplify in interface net.thevpc.nuts.NutsTextListpublic Iterator<net.thevpc.nuts.NutsText> iterator()
public String filteredText()
filteredText in interface net.thevpc.nuts.NutsStringfilteredText in class AbstractNutsTextCopyright © 2022 vpc open source initiative. All rights reserved.