public class NutsImmutableString extends Object implements NutsString
| Constructor and Description |
|---|
NutsImmutableString(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() |
NutsText |
toText() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitparsepublic NutsImmutableString(NutsWorkspace ws, String value)
public int textLength()
textLength in interface NutsStringpublic String filteredText()
filteredText in interface NutsStringpublic NutsText toText()
toText in interface NutsStringpublic String getValue()
public String toString()
toString in interface NutsStringtoString in class Objectpublic NutsImmutableString immutable()
immutable in interface NutsStringpublic boolean isEmpty()
isEmpty in interface NutsStringCopyright © 2021 vpc open source initiative. All rights reserved.