public class CharArray extends TextArray
SequenceValue.IterationPreference| Modifier and Type | Method and Description |
|---|---|
char[] |
asObject()
Deprecated.
|
char[] |
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 position) |
<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 computeHash()
computeHash in class AnyValuepublic long updateHash(HashFunction hashFunction, long hash)
updateHash in class Valuepublic int length()
length in interface SequenceValuelength in class ArrayValuepublic String stringValue(int offset)
stringValue in class TextArraypublic <E extends Exception> void writeTo(ValueWriter<E> writer) throws E extends Exception
public char[] asObjectCopy()
ValueasObjectCopy in class Value@Deprecated public char[] asObject()
Valuepublic String prettyPrint()
ValueprettyPrint in class Valuepublic AnyValue value(int position)
public <T> T map(ValueMapper<T> mapper)
public String getTypeName()
getTypeName in class AnyValueCopyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.