public class BooleanArray extends ArrayValue
SequenceValue.IterationPreference| Modifier and Type | Method and Description |
|---|---|
boolean[] |
asObject()
Deprecated.
|
boolean[] |
asObjectCopy()
Return this value as a regular java boxed primitive, String or primitive array.
|
boolean |
booleanValue(int offset) |
int |
computeHash() |
boolean |
equals(boolean[] x) |
boolean |
equals(Value other) |
String |
getTypeName() |
int |
length() |
<T> T |
map(ValueMapper<T> mapper) |
NumberType |
numberType() |
String |
prettyPrint()
Returns a json-like string representation of the current value.
|
String |
toString() |
long |
updateHash(HashFunction hashFunction,
long hash) |
AnyValue |
value(int position) |
ValueGroup |
valueGroup() |
<E extends Exception> |
writeTo(ValueWriter<E> writer) |
eq, equals, equals, equals, equals, equals, isSequenceValue, iterationPreference, iteratorequals, equals, equals, equals, equals, equals, equals, equals, equals, 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 boolean booleanValue(int offset)
public String getTypeName()
getTypeName in class AnyValuepublic int computeHash()
computeHash in class AnyValuepublic long updateHash(HashFunction hashFunction, long hash)
updateHash in class Valuepublic <T> T map(ValueMapper<T> mapper)
public <E extends Exception> void writeTo(ValueWriter<E> writer) throws E extends Exception
public boolean[] asObjectCopy()
ValueasObjectCopy in class Value@Deprecated public boolean[] asObject()
Valuepublic ValueGroup valueGroup()
valueGroup in class Valuepublic NumberType numberType()
numberType in class Valuepublic String prettyPrint()
ValueprettyPrint in class Valuepublic AnyValue value(int position)
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.