public class DefaultNutsArrayElement extends AbstractNutsArrayElement
session| Constructor and Description |
|---|
DefaultNutsArrayElement(Collection<net.thevpc.nuts.NutsElement> values,
net.thevpc.nuts.NutsSession session) |
DefaultNutsArrayElement(net.thevpc.nuts.NutsElement[] values,
net.thevpc.nuts.NutsSession session) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsArrayElementBuilder |
builder() |
Collection<net.thevpc.nuts.NutsElement> |
children() |
boolean |
equals(Object obj) |
net.thevpc.nuts.NutsElement |
get(int index) |
net.thevpc.nuts.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) |
net.thevpc.nuts.NutsObjectElement |
getObject(int index) |
short |
getShort(int index) |
String |
getString(int index) |
int |
hashCode() |
boolean |
isBlank() |
boolean |
isEmpty() |
Iterator<net.thevpc.nuts.NutsElement> |
iterator() |
int |
size() |
Stream<net.thevpc.nuts.NutsElement> |
stream() |
String |
toString() |
asArray, asBoolean, asByte, asCustom, asDouble, asFloat, asInstant, asInt, asLong, asObject, asPrimitive, asSafeArray, asSafeArray, asSafeByte, asSafeDouble, asSafeFloat, asSafeInstant, asSafeInt, asSafeLong, asSafeObject, asSafeObject, asSafeShort, asSafeString, asShort, asString, describe, isArray, isByte, isCustom, isDouble, isFloat, isInstant, isInt, isLong, isNull, isNumber, isObject, isPrimitive, isShort, isString, typeclone, finalize, getClass, notify, notifyAll, wait, wait, waitasArray, asBoolean, asByte, asCustom, asDouble, asFloat, asInstant, asInt, asLong, asObject, asPrimitive, asSafeArray, asSafeArray, asSafeByte, asSafeDouble, asSafeFloat, asSafeInstant, asSafeInt, asSafeLong, asSafeObject, asSafeObject, asSafeShort, asSafeString, asShort, asString, isArray, isByte, isCustom, isDouble, isFloat, isInstant, isInt, isLong, isNull, isNumber, isObject, isPrimitive, isShort, isString, typeisBlank, isBlank, isBlank, isBlank, isBlankforEach, spliteratorpublic DefaultNutsArrayElement(Collection<net.thevpc.nuts.NutsElement> values, net.thevpc.nuts.NutsSession session)
public DefaultNutsArrayElement(net.thevpc.nuts.NutsElement[] values,
net.thevpc.nuts.NutsSession session)
public Collection<net.thevpc.nuts.NutsElement> children()
public int size()
public Stream<net.thevpc.nuts.NutsElement> stream()
public net.thevpc.nuts.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 net.thevpc.nuts.NutsArrayElement getArray(int index)
public net.thevpc.nuts.NutsObjectElement getObject(int index)
public net.thevpc.nuts.NutsArrayElementBuilder builder()
public Iterator<net.thevpc.nuts.NutsElement> iterator()
public String toString()
toString in class AbstractNutsArrayElementpublic boolean isEmpty()
public boolean isBlank()
Copyright © 2022 vpc open source initiative. All rights reserved.