public class DoubleArray extends FloatingPointArray
SequenceValue.IterationPreference| Modifier and Type | Method and Description |
|---|---|
double[] |
asObject()
Deprecated.
|
double[] |
asObjectCopy()
Return this value as a regular java boxed primitive, String or primitive array.
|
int |
computeHash() |
double |
doubleValue(int index) |
boolean |
equals(byte[] x) |
boolean |
equals(double[] x) |
boolean |
equals(float[] x) |
boolean |
equals(int[] x) |
boolean |
equals(long[] x) |
boolean |
equals(short[] 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 |
toString() |
AnyValue |
value(int position) |
<E extends Exception> |
writeTo(ValueWriter<E> writer) |
compareTo, compareTo, numberType, updateHashequals, equals, equals, equals, equals, equals, equals, equals, equals, valueGroupeq, equals, equals, equals, equals, equals, isSequenceValue, iterationPreference, iteratorhashCode64, 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 double doubleValue(int index)
doubleValue in class FloatingPointArraypublic int computeHash()
computeHash in class AnyValuepublic <T> T map(ValueMapper<T> mapper)
public <E extends Exception> void writeTo(ValueWriter<E> writer) throws E extends Exception
public double[] asObjectCopy()
ValueasObjectCopy in class Value@Deprecated public double[] asObject()
Valuepublic String prettyPrint()
ValueprettyPrint in class Valuepublic AnyValue value(int position)
public String getTypeName()
getTypeName in class AnyValueCopyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.