public class StringArray extends TextArray
SequenceValue.IterationPreference| Modifier and Type | Method and Description |
|---|---|
String[] |
asObject()
Deprecated.
|
String[] |
asObjectCopy()
Return this value as a regular java boxed primitive, String or primitive array.
|
int |
computeHash() |
boolean |
equals(char[] x) |
boolean |
equals(String[] x) |
boolean |
equals(Value other) |
String |
getTypeName() |
int |
length() |
<T> T |
map(ValueMapper<T> mapper) |
String |
prettyPrint()
Returns a json-like string representation of the current value.
|
String |
stringValue(int offset) |
String |
toString() |
long |
updateHash(HashFunction hashFunction,
long hash) |
AnyValue |
value(int offset) |
<E extends Exception> |
writeTo(ValueWriter<E> writer) |
equals, equals, equals, equals, equals, equals, equals, numberType, valueGroupeq, equals, equals, equals, equals, equals, isSequenceValue, iterationPreference, iteratorequals, equals, equals, equals, equals, equals, hashCode64, isNaN, parseHeaderInformation, ternaryEquals, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompareToSequence, compareUsingIterators, compareUsingRandomAccess, equals, equalsUsingIterators, equalsUsingRandomAccess, ternaryEquality, ternaryEqualsUsingIterators, ternaryEqualsUsingRandomAccessforEach, spliteratorpublic int length()
length in interface SequenceValuelength in class ArrayValuepublic String stringValue(int offset)
stringValue in class TextArraypublic int computeHash()
computeHash in class AnyValuepublic long updateHash(HashFunction hashFunction, long hash)
updateHash in class Valuepublic <E extends Exception> void writeTo(ValueWriter<E> writer) throws E extends Exception
public String[] asObjectCopy()
ValueasObjectCopy in class Value@Deprecated public String[] asObject()
Valuepublic String prettyPrint()
ValueprettyPrint in class Valuepublic AnyValue value(int offset)
public <T> T map(ValueMapper<T> mapper)
public String getTypeName()
getTypeName in class AnyValueCopyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.