java.lang.Object
io.xpipe.core.data.node.DataStructureNode
io.xpipe.core.data.node.ArrayNode
- All Implemented Interfaces:
Iterable<DataStructureNode>
- Direct Known Subclasses:
SimpleArrayNode
-
Nested Class Summary
Nested classes/interfaces inherited from class io.xpipe.core.data.node.DataStructureNode
DataStructureNode.KeyValue -
Field Summary
Fields inherited from class io.xpipe.core.data.node.DataStructureNode
BOOLEAN_FALSE, BOOLEAN_TRUE, CURRENCY_CODE, DATE_VALUE, DECIMAL_VALUE, INTEGER_VALUE, IS_BINARY, IS_BOOLEAN, IS_CURRENCY, IS_DATE, IS_DECIMAL, IS_INSTANT, IS_INTEGER, IS_NULL, IS_TEXT, KEY_ROW_NAME, KEY_TABLE_NAME -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.xpipe.core.data.node.DataStructureNode
asArray, asInt, asString, asTuple, asValue, at, clear, clearMetaAttributes, forEach, forKey, forKeyIfPresent, getKeyNames, getKeyValuePairs, getMetaAttribute, getMetaAttributes, getNodes, hasMetaAttribute, isMutable, isTuple, isValue, iterator, keyNameAt, metaToString, mutable, put, put, remove, remove, set, size, spliterator, stream, tag, tag, tag, toString, unsupported
-
Constructor Details
-
ArrayNode
protected ArrayNode()
-
-
Method Details
-
empty
-
of
-
of
-
equals
-
hashCode
public int hashCode() -
isArray
public final boolean isArray()- Overrides:
isArrayin classDataStructureNode
-
getName
- Specified by:
getNamein classDataStructureNode
-
toString
- Specified by:
toStringin classDataStructureNode
-
determineDataType
- Specified by:
determineDataTypein classDataStructureNode
-