public class NutsImmutableString extends Object implements net.thevpc.nuts.NutsString
| Constructor and Description |
|---|
NutsImmutableString(net.thevpc.nuts.NutsWorkspace ws,
String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
filteredText() |
String |
getValue() |
int |
hashCode() |
NutsImmutableString |
immutable() |
boolean |
isEmpty() |
int |
textLength() |
String |
toString() |
net.thevpc.nuts.NutsText |
toText() |
public NutsImmutableString(net.thevpc.nuts.NutsWorkspace ws,
String value)
public int textLength()
textLength in interface net.thevpc.nuts.NutsStringpublic String filteredText()
filteredText in interface net.thevpc.nuts.NutsStringpublic net.thevpc.nuts.NutsText toText()
toText in interface net.thevpc.nuts.NutsStringpublic String getValue()
public String toString()
public NutsImmutableString immutable()
immutable in interface net.thevpc.nuts.NutsStringpublic boolean isEmpty()
isEmpty in interface net.thevpc.nuts.NutsStringCopyright © 2021 vpc open source initiative. All rights reserved.