public abstract class TextValue extends Value
| Modifier and Type | Method and Description |
|---|---|
abstract int |
compareTo(TextValue other) |
abstract boolean |
contains(TextValue other) |
abstract boolean |
endsWith(TextValue other) |
boolean |
equals(boolean x) |
boolean |
equals(boolean[] x) |
boolean |
equals(byte[] x) |
boolean |
equals(char[] x) |
boolean |
equals(double x) |
boolean |
equals(double[] x) |
boolean |
equals(DurationValue[] x) |
boolean |
equals(float[] x) |
boolean |
equals(int[] x) |
boolean |
equals(LocalDate[] x) |
boolean |
equals(LocalDateTime[] x) |
boolean |
equals(LocalTime[] x) |
boolean |
equals(long x) |
boolean |
equals(long[] x) |
boolean |
equals(OffsetTime[] x) |
boolean |
equals(short[] x) |
boolean |
equals(String[] x) |
boolean |
equals(ZonedDateTime[] x) |
abstract int |
length()
The length of a TextValue is the number of Unicode code points in the text.
|
abstract TextValue |
ltrim() |
<T> T |
map(ValueMapper<T> mapper) |
NumberType |
numberType() |
abstract TextValue |
plus(TextValue other) |
abstract TextValue |
replace(String find,
String replace) |
abstract TextValue |
reverse() |
abstract TextValue |
rtrim() |
abstract ListValue |
split(String separator) |
abstract boolean |
startsWith(TextValue other) |
abstract String |
stringValue() |
TextValue |
substring(int start) |
abstract TextValue |
substring(int start,
int length) |
abstract TextValue |
toLower() |
abstract TextValue |
toUpper() |
abstract TextValue |
trim() |
ValueGroup |
valueGroup() |
asObject, asObjectCopy, eq, equals, equals, equals, hashCode64, isNaN, parseHeaderInformation, prettyPrint, ternaryEquals, updateHash, writeTo, writeTocomputeHash, equals, getTypeName, hashCode, isSequenceValuepublic abstract String stringValue()
public abstract int length()
public abstract TextValue substring(int start, int length)
public TextValue substring(int start)
public abstract TextValue trim()
public abstract TextValue ltrim()
public abstract TextValue rtrim()
public abstract TextValue toLower()
public abstract TextValue toUpper()
public abstract TextValue reverse()
public abstract boolean startsWith(TextValue other)
public abstract boolean endsWith(TextValue other)
public abstract boolean contains(TextValue other)
public abstract int compareTo(TextValue other)
public ValueGroup valueGroup()
valueGroup in class Valuepublic NumberType numberType()
numberType in class Valuepublic <T> T map(ValueMapper<T> mapper)
public final boolean equals(ZonedDateTime[] x)
public final boolean equals(DurationValue[] x)
public final boolean equals(LocalDateTime[] x)
public final boolean equals(OffsetTime[] x)
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.