public class DefaultNutsArrayElement extends AbstractNutsArrayElement
session| Constructor and Description |
|---|
DefaultNutsArrayElement(Collection<NutsElement> values,
NutsSession session) |
DefaultNutsArrayElement(NutsElement[] values,
NutsSession session) |
| Modifier and Type | Method and Description |
|---|---|
Collection<NutsElement> |
children() |
boolean |
equals(Object obj) |
NutsElement |
get(int index) |
NutsArrayElement |
getArray(int index) |
boolean |
getBoolean(int index) |
byte |
getByte(int index) |
double |
getDouble(int index) |
float |
getFloat(int index) |
Instant |
getInstant(int index) |
int |
getInt(int index) |
long |
getLong(int index) |
NutsObjectElement |
getObject(int index) |
short |
getShort(int index) |
String |
getString(int index) |
int |
hashCode() |
boolean |
isEmpty() |
Iterator<NutsElement> |
iterator() |
int |
size() |
Stream<NutsElement> |
stream() |
String |
toString() |
asArray, asBoolean, asByte, asDouble, asFloat, asInstant, asInt, asLong, asObject, asPrimitive, asSafeArray, asSafeByte, asSafeByte, asSafeDouble, asSafeDouble, asSafeFloat, asSafeFloat, asSafeInt, asSafeInt, asSafeLong, asSafeLong, asSafeObject, asSafeShort, asSafeShort, asSafeString, asSafeString, asShort, asString, isArray, isByte, isDouble, isFloat, isInstant, isInt, isLong, isNull, isNumber, isObject, isPrimitive, isShort, isString, typeclone, finalize, getClass, notify, notifyAll, wait, wait, waitasArray, asBoolean, asByte, asDouble, asFloat, asInstant, asInt, asLong, asObject, asPrimitive, asSafeArray, asSafeByte, asSafeByte, asSafeDouble, asSafeDouble, asSafeFloat, asSafeFloat, asSafeInt, asSafeInt, asSafeLong, asSafeLong, asSafeObject, asSafeShort, asSafeShort, asSafeString, asSafeString, asShort, asString, isArray, isByte, isDouble, isFloat, isInstant, isInt, isLong, isNull, isNumber, isObject, isPrimitive, isShort, isString, typeforEach, spliteratorpublic DefaultNutsArrayElement(Collection<NutsElement> values, NutsSession session)
public DefaultNutsArrayElement(NutsElement[] values, NutsSession session)
public Collection<NutsElement> children()
public Iterator<NutsElement> iterator()
public boolean isEmpty()
public Stream<NutsElement> stream()
public int size()
public NutsElement get(int index)
public String getString(int index)
public boolean getBoolean(int index)
public byte getByte(int index)
public short getShort(int index)
public int getInt(int index)
public long getLong(int index)
public float getFloat(int index)
public double getDouble(int index)
public Instant getInstant(int index)
public NutsArrayElement getArray(int index)
public NutsObjectElement getObject(int index)
public String toString()
toString in class AbstractNutsArrayElementCopyright © 2021 vpc open source initiative. All rights reserved.